drupalwxt / helm-drupal

Helm Chart for deploying an enterprise-grade Drupal environment.
https://drupalwxt.github.io/helm-drupal/index.yaml
MIT License
31 stars 22 forks source link

Sending Drupal logs to syslog #120

Closed bernardmaltais closed 2 years ago

bernardmaltais commented 2 years ago

Good afternoon @sylus ,

I wonder if you have ever tried to configure your drupal site to send logs to syslog vs the mysql DB? We have tried at our end and can't see any logs in the pod when trying to do this.

Any ideas?

Bernard

sylus commented 2 years ago

I think maybe take a look at:

https://drupal.org/project/log_stdout

And can add to your composer.json. Then can use fluent bit and relay.

bernardmaltais commented 2 years ago

Manu thanks @sylus. This is exactly what we needed!