Discussion
Up to the Bugs Forum
Please feel free to communicate anything you feel could help this project move on. You can receive an email each time a new message is posted by setting up your personal preferences.
Logging improvements
This has already been implemented using the python built-in module logging.
You can check the python documentation on the logging module for more info. There was a similar question posted in the same forum two weeks ago. Check it out.
However I agree with you that logging should be managed a little bit better. Any ideas?
Kosta
You can check the python documentation on the logging module for more info. There was a similar question posted in the same forum two weeks ago. Check it out.
However I agree with you that logging should be managed a little bit better. Any ideas?
Kosta
Powered by Ploneboard
Each time I run ie.marginalize(
INFO:root:Incorporating Observations
Would it be possible to add a more flexible logging system to Openbayes? I am thinking of a way where all logging/debugging can be either displayed in the stdout, or to a log file.
What do you think?
Sébastien