Managing logging output in Tegola
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 verboseLog levels can be set on start up
/opt/tegola serve --log-level INFO