watchdog_file
69 sites
Security covered
The module gives ability to use Watchdog File as a storage for logs, this is different from internal Syslog module in the sense that it can be any file you specify and it doesn't require syslog.
This is useful in context of logging to an external file and mirroring logs to external logging platform like Logstash or Sumologic. You can share the file in a mounted docker volume and have a sidecar logging container read it and mirror it in realtime.
The module originally is a port of D7 sandbox: https://www.drupal.org/sandbox/kpander/1986402