-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
println! with iex -S mix produces poorly formatted output #335
Comments
Not much we can do about this I believe. An alternative would be to introduce a new printing function in rustler that uses the BEAM provided printing functions. Relevant: #72 |
There is this, which could enable us to change where the default rust print functions send their outputs. This seems to be what the rust test framework uses. The issue is I don't think there is any way for us to statically execute code on every scheduler thread, so I don't think we can actually use this. |
FWIW, I've had pretty good luck using |
The |
I am using the |
this is due to output as documented in following github issue: rusterlium/rustler#335 currently uses USER syslog facility
It looks like this basically.
The text was updated successfully, but these errors were encountered: