-
Notifications
You must be signed in to change notification settings - Fork 139
Add option to also log to a file #655
Copy link
Copy link
Open
Labels
controller operationsDealing with the reconcile-loop and other internal aspects of the various Solr operator controllersDealing with the reconcile-loop and other internal aspects of the various Solr operator controllers
Milestone
Metadata
Metadata
Assignees
Labels
controller operationsDealing with the reconcile-loop and other internal aspects of the various Solr operator controllersDealing with the reconcile-loop and other internal aspects of the various Solr operator controllers
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.