Skip to content
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

Use the Logging module to print info messages #14

Closed
FriesischScott opened this issue Apr 14, 2021 · 0 comments · Fixed by #15
Closed

Use the Logging module to print info messages #14

FriesischScott opened this issue Apr 14, 2021 · 0 comments · Fixed by #15
Assignees
Labels
enhancement New feature or request

Comments

@FriesischScott
Copy link
Collaborator

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.

https://docs.julialang.org/en/v1/stdlib/Logging

PR incoming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant