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
By adding the code above in the code, I was expecting to suppress all logging output from icclim, but it did not work. Can you help me figure out what code to use to suppress/control icclim logger output
The text was updated successfully, but these errors were encountered:
When calling icclim.index, you can silence logs by setting logs_verbosity="SILENT". Only errors are then reported.
For now we use the root logger to emit our logs, but it would probably make sense to have a named logger that users could easily suppress like in your attempt.
Description
I would like to suppress all logger output from icclim, or maybe have the option to choose the level at which icclim outputs
Minimal reproducible example
Output received
By adding the code above in the code, I was expecting to suppress all logging output from icclim, but it did not work. Can you help me figure out what code to use to suppress/control icclim logger output
The text was updated successfully, but these errors were encountered: