-
Notifications
You must be signed in to change notification settings - Fork 2
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
verbosity level for settings #10
Comments
I would suggest to use the packe of the julia standardlib julia logging (More info) and not introducing another setting option. |
|
I have mainly implemented the verbosity setting so that Julia logging is used. In the past, Max and I have simply ignored it. I assume that when other people with little Julia experience come along, they will feel the same way. It helps if there are accesses to logging mechanisms that also exist in other programming worlds. For example, in the CLI world with Bash & co. It also helps if the input and output of programs are reproducible. The trait of reproducibility includes that there is only one file with environment variables, currently The other possibility would be storing the settings in a Julia-style environment. |
See comment by @apriljunge e72c55f#commitcomment-142392830 |
I thought about introducing a extended logging based on common levels:
I am not the only one with the impulse and "need". After watching Logging in Julia@ JuliaCon 2023, I guess we have to be flexible for future changes in the Julia Logging Framework. |
No description provided.
The text was updated successfully, but these errors were encountered: