# log cheat sheet
A highly opinionated log cheat sheet:
# Log levels
debug
info
: interresting eventnotice
: interresting event, but occasionalwarning
: occasional event, shouldn't impact the usererror
: runtime errorcritical
: serious error, should be fixed ASAP as possiblealert
: very serious error, should be fixed urgentlyemergency
: nothing works anymore