Manually saving logs

To create a copy of the last saved logs lines, docker-compose can be used. To create a log file of the last saved lines in docker-compose, we can use the following command:

docker compose logs >> syntho_logs.log

This will create a log file with the name syntho_logs.log in the current directory.

Last updated