Logging #21
fergarcat
started this conversation in
Quick Guides
Logging
#21
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
All scripts must generate logs, using next example and tips:
logger.debug: technical details, for development and debugging.
logger.info: normal system events.
logger.warning: something unexpected but not critical.
logger.error: errors that allow the program to continue running.
logger.critical: serious errors that require immediate attention.
Beta Was this translation helpful? Give feedback.
All reactions