-
-
Notifications
You must be signed in to change notification settings - Fork 15
Support logging to file #795
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
Labels
Comments
Just a note, we'll want to pull this functionality over to stackable-telemetry. |
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 29, 2024
* Add environment variable for logging to file Fixes #795 * Actually print log directory * Reconfigure Vector to read OPA bundle builder logs without multilog * Log to file as JSON * Changelog * Move tracing-appender dependency to workspace * Reenable hourly rotation * Move changelog entry to unreleased * Generalize bundle builder Vector rule * More changelog fixup * Update crates/stackable-operator/src/logging/mod.rs Co-authored-by: Siegfried Weber <[email protected]> --------- Co-authored-by: Siegfried Weber <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is mostly for not-operators that still depend on op-rs for consistency with the rest of the platform (like the OPA bundle builder).
It should support rotation via https://docs.rs/tracing-appender/latest/tracing_appender/.
The text was updated successfully, but these errors were encountered: