-
Notifications
You must be signed in to change notification settings - Fork 28
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
Error running example from README #35
Comments
The default log level specification is broken after kmsquire/Logging.jl#21. Needs a fix here and here Specifying the log level explicitly can be a work around in the meantime: # ...
using Logging
process([(testfn1, true), (testfn2, false)], "tcp://127.0.0.1:9999";
bind=true, log_level=INFO) |
I can reproduce the example now, thanks! |
tanmaykm
added a commit
that referenced
this issue
Nov 13, 2016
tanmaykm
added a commit
that referenced
this issue
Nov 13, 2016
fix getting default log level (fix #35)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I try to run the example from the readme, I get
The text was updated successfully, but these errors were encountered: