solr-operator icon indicating copy to clipboard operation
solr-operator copied to clipboard

Add option to also log to a file

Open HoustonPutman opened this issue 2 years ago • 0 comments

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.

HoustonPutman avatar Nov 14 '23 15:11 HoustonPutman