Log cheatsheet

A very usefull Log cheat sheet.

Michael KAMM
Michael KAMM   Follow

# log cheat sheet

A highly opinionated log cheat sheet:

# Log levels

  • debug
  • info: interresting event
  • notice: interresting event, but occasional
  • warning: occasional event, shouldn't impact the user
  • error: runtime error
  • critical: serious error, should be fixed ASAP as possible
  • alert: very serious error, should be fixed urgently
  • emergency: nothing works anymore

# References