edulinq / autograder-server

A server to automatically grading coding assignments.
MIT License
4 stars 5 forks source link

Log to Files #47

Closed eriq-augustine closed 10 months ago

eriq-augustine commented 10 months ago

In addition to stdout/err, also log to files in the work dir.

eriq-augustine commented 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