Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to also log to a file #655

Open
HoustonPutman opened this issue Nov 14, 2023 · 0 comments · May be fixed by #656
Open

Add option to also log to a file #655

HoustonPutman opened this issue Nov 14, 2023 · 0 comments · May be fixed by #656
Labels
controller operations Dealing with the reconcile-loop and other internal aspects of the various Solr operator controllers
Milestone

Comments

@HoustonPutman
Copy link
Contributor

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 HoustonPutman added the controller operations Dealing with the reconcile-loop and other internal aspects of the various Solr operator controllers label Nov 14, 2023
@HoustonPutman HoustonPutman added this to the main (v0.9.0) milestone Nov 14, 2023
@HoustonPutman HoustonPutman linked a pull request Nov 15, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controller operations Dealing with the reconcile-loop and other internal aspects of the various Solr operator controllers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant