This module sends Drupal's log messages to the standard output or standard error streams. This can be helpful for managing logs when using containerization technologies like Docker.
This module provides an hook for Drupal Watchdog that directs log messages to php://stdout or php://stderr for better log handling with Docker.