rfc-2549 / sakisafe

simple file upload
https://ss.suragu.net
Other
40 stars 8 forks source link

Improve logging #23

Closed rawleyfowler closed 1 year ago

rawleyfowler commented 1 year ago

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)

rfc-2549 commented 1 year ago

lgtm, thanks for all your contributions!

rawleyfowler commented 1 year ago

@rfc-2549 Always happy to help fellow perl friends