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

Separate component logs for readability #321

Open
ChristianZaccaria opened this issue Oct 5, 2023 · 2 comments
Open

Separate component logs for readability #321

ChristianZaccaria opened this issue Oct 5, 2023 · 2 comments
Assignees

Comments

@ChristianZaccaria
Copy link
Contributor

Description of Problem the Feature Should Solve

At the moment, we have all logs from MCAD, InstaScale, and the Operator displayed in one single log. It is not immediately obvious and it can get difficult sometimes to identify which logs belong to which component.

Describe the Solution You Would Like to See

Here are a few ideas:

  • Something in the lines of [component] logs.
  • Prefixing the component's name to the logs and then simply grep them. (Might be hard to keep consistent)
  • TBD
@astefanutti
Copy link
Contributor

astefanutti commented Oct 5, 2023

Relates to #113. A dimension to add to the structured logs should be the component name.

@ChristianZaccaria
Copy link
Contributor Author

Relates to #113. A dimension to add to the structured logs should be the component name.

I like that idea a lot, exactly! That would solve this. Then maybe we could get the logs using grep or some kind of log viewer for filtering.

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

No branches or pull requests

2 participants