Logs
Where to find logs and how to manage them.
Categories:
Logs Rotation
We have implemented log rotation for the server logs and docker logs. If you find a log file that is not being rotated, please submit a bug report.Application Logs
In the .logs
directory, you can find all the logs generated by the server.
Container Logs
There are also some logs generated by OCI containers. You can find them in the /var/lib/docker/containers
(or equivalent if you are using something else) directory.
For database, 10x
10mb
files are retained. For application, 10x
100mb
files are retained.