Closed eriq-augustine closed 10 months ago
Instead of logging to files, we can use external tools to handle the output of the server.
If in systemd, this can be handled automatically.
We can also use things like multilog to roll our logs for us:
./bin/server -c web.port=80 -c dirs.base=/scratch/autograder | multilog n20 s52428800 /scratch/autograder/logs
In addition to stdout/err, also log to files in the work dir.