decomp.me
decomp.me copied to clipboard
Log persistence/logrotate
Do something smart so logs get persisted to disk and are easy to investigate.
Currently docker keeps logs per container but a restart of the site will create a new container id and thus logs in a different file...
Edit: I also wonder if we should stop spitting the compiler warnings/errors into the logs?