Log

Writes alerts to a file in /moni/logs directory.

Log size

Rotation is not implemented yet, so be sure to clean up (e.g. with a cron periodic task)

Containerization

If you're deploying inside a container (e.g. Docker), be sure to mount ./logs/:/moni/logs through volumes

settings.yml
handlers:
  log:
    filename: moni.log