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
| level | messages |
|---|---|
| error | critical errors |
| warn | warnings |
| info | migrations, user changes |
| socket | socket.io log |
| http | web server http log |
| debug | debug information, indexer changes, queue |