apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Add option to also log to a file #655

Open HoustonPutman opened 7 months ago

HoustonPutman commented 7 months ago

There are setups with kuberenetes that require logs to be written to a file, so that they can then be uploaded to the log aggregators. Just logging to stdout does not allow for this.

We do want to always log to stdout, since that's how all debugging is done in Kubernetes, but we should have an option to also log to a file.