Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 492 Bytes

SETUP_LOG_LEVELS.md

File metadata and controls

17 lines (12 loc) · 492 Bytes

SETUP LOGGING

Available Log Levels

  • ALL: Logs everything (most verbose).
  • DEBUG: Logs debugging messages (verbose).
  • INFO: Logs informational messages (default).
  • WARN: Logs warnings and above (less verbose).
  • ERROR: Logs errors and above (concise).
  • FATAL: Logs only severe errors.
  • OFF: Turns off logging.

How To Use

If set to INFO and you want to see see less information, switch to WARN.

If set to WARN and you want to see more information, change to INFO or DEBUG.