You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently tmcmc uses regular println statements to log info messages. This is discourages is it becomes very noisy when using multiple modules together. It is recommended to use the Logging module of Julia where messages can be turned on/off using environment variables.
Currently
tmcmc
uses regularprintln
statements to log info messages. This is discourages is it becomes very noisy when using multiple modules together. It is recommended to use theLogging
module of Julia where messages can be turned on/off using environment variables.https://docs.julialang.org/en/v1/stdlib/Logging
PR incoming.
The text was updated successfully, but these errors were encountered: