Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 376 Bytes

logging.md

File metadata and controls

25 lines (12 loc) · 376 Bytes

Log level guidelines

Error

Warning

Logging at this level is enabled by default.

Normal

Minor

General timing info. This should be at minor so slow operations can be debugged without asking the user to enable debug level logging.

Debug

Anything that contains keys (except publicly known ones) Message slots All other security sensitive information