Skip to content

Instantly share code, notes, and snippets.

@TrueBrain
Created July 11, 2021 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TrueBrain/790c6ef1dd94b6d6467fd19cfe279a82 to your computer and use it in GitHub Desktop.
Save TrueBrain/790c6ef1dd94b6d6467fd19cfe279a82 to your computer and use it in GitHub Desktop.
Network debug levels

It now follows very simple rules:

  • 0 - Fatal, user should know about this
  • 1 - Error, but we are recovering
  • 2 - Warning, wrong but okay if you don't know
  • 3 - Info, information you might care about
  • 4 -
  • 5 - Debug #1 - High level debug messages
  • 6 - Debug #2 - Low level debug messages
  • 7 - Trace information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment