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

Improve readability of logs #148

Closed
cbgbt opened this issue Feb 3, 2022 · 1 comment · Fixed by #298
Closed

Improve readability of logs #148

cbgbt opened this issue Feb 3, 2022 · 1 comment · Fixed by #298
Assignees
Milestone

Comments

@cbgbt
Copy link
Contributor

cbgbt commented Feb 3, 2022

Issue or Feature Request:
The logs in Brupop are currently emitted using Bunyan-formatted messages. These are machine-parseable, but they actually end up being pretty difficult for humans to read when checking Brupop logs in kubernetes.

Let's replace this with a plaintext log format that retains useful context but is easier for a human to quickly grok.

@cbgbt cbgbt added the 0.2.0-dev label Feb 3, 2022
@cbgbt cbgbt added this to the brupop 0.2.1 milestone Feb 3, 2022
@cbgbt
Copy link
Contributor Author

cbgbt commented Feb 3, 2022

To instrument this, we can replace the bunyan formatter in our tracing configurations with something else. A similar formatting configuration is enabled in each of the agent, apiserver, and controller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants