Watchdog to File
This module allows you to store your Drupal logs in a specified file, eliminating the need for syslog. It's useful for logging to external files and mirroring logs to platforms like Logstash or Sumologic, especially in containerized environments.
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