Logs

Log Files

Logs are generated in /data/logs inside the docker container. There are currently two streams:

app: All log messages with level LOG_LEVEL or higher
error: only log messages with level error

Log files are rotated daily with the format app-yyyy-mm-dd.log and error-yyyy-mm-dd.log.

A maximum of LOG_RETENTION files will be kept in the folder. In order for this feature to work additional json files will be generated in the folder.

Log Levels

levelmessages
errorcritical errors
warnwarnings
infomigrations, user changes
socketsocket.io log
httpweb server http log
debugdebug information, indexer changes, queue