Before logs were in a weird non-mojo format and stored in the sakisafe.log file, they're still stored in that file with this, but we take advantage of Mojo::Log to do it which makes logging a lot more intuitive.
(Also fix a bug where file was not required on site version causing a 500 error if you don't provide one)
Before logs were in a weird non-mojo format and stored in the
sakisafe.log
file, they're still stored in that file with this, but we take advantage ofMojo::Log
to do it which makes logging a lot more intuitive.(Also fix a bug where file was not required on site version causing a 500 error if you don't provide one)