Skip to content
Snippets Groups Projects
Commit 8636e3ac authored by Ramin Yaghoubzadeh Torky's avatar Ramin Yaghoubzadeh Torky
Browse files

Py logger: log levels to print/send (DEBUG, INFO, WARN, ERROR, SILENT)

logger_set_log_level(LogLevel.SILENT)  # or from string, for configs:
logger_set_log_level('WARN')

Calls with invalid values will silently preserve the previous setting.
parent c7c935b1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment