Logging in Shigola
Log Levels
In decreasing order of severity. Logs below the set level will be ignored.
FATAL- only log events that prevent the program from continuing i.e. can't allocate additional memoryERROR- only log event that prevent a valid execution, i.e. can't connect to a databaseWARN- only log event that are unusual but don't prevent a valid execution, i.e. deprecation warningsINFO- (default) least severe, helpful for debugging bot not too verboseDEBUG- log high level info for developers, verboseTRACE- very verbose
Set Log Levels
Log levels can be set on start up
/opt/shigola serve --log-level INFO