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

chore: Refactor operator logs #4586

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

christophd
Copy link
Contributor

@christophd christophd commented Jul 17, 2023

  • Reduce amount of informational log events by using Debug level on events like "Reconciling ...", "Invoking action ..."
  • Use Debug level for each "Reconciling ..." log event
  • Use new "Initializing ..." Info level log event when a resource is initializing (used in metrics tests to verify metrics)
  • Log error details on state transition to Phase "Error" for resources Integration, Build, KameletBinding and Pipe

Release Note

chore: Refactor operator logs

@github-actions
Copy link
Contributor

🐫 Thank you for contributing!

Code Coverage Report ✔️ - Coverage unchanged.

@christophd christophd force-pushed the chore/refactor-operator-logs branch from 59b3155 to 6cd4b40 Compare July 17, 2023 17:24
@github-actions
Copy link
Contributor

🐫 Thank you for contributing!

Code Coverage Report ✔️ - Coverage unchanged.

- Reduce amount of informational log events by using Debug level on events like "Reconciling ...", "Invoking action ..."
- Use Debug level for each "Reconciling ..." log event
- Use new "Initializing ..." Info level log event when a resource is initializing (used in metrics tests to verify metrics)
- Log error details on state transition to Phase "Error" for resources Integration, Build, KameletBinding and Pipe
@christophd christophd force-pushed the chore/refactor-operator-logs branch from 6cd4b40 to 75ae4bf Compare July 18, 2023 07:31
@github-actions
Copy link
Contributor

🐫 Thank you for contributing!

Code Coverage Report ✔️ - Coverage unchanged.

@claudio4j claudio4j merged commit 55cc551 into apache:main Jul 18, 2023
christophd added a commit to christophd/camel-k that referenced this pull request Jul 20, 2023
- Reduce amount of informational log events by using Debug level on events like "Reconciling ...", "Invoking action ..."
- Use Debug level for each "Reconciling ..." log event
- Use new "Initializing ..." Info level log event when a resource is initializing (used in metrics tests to verify metrics)
- Log error details on state transition to Phase "Error" for resources Integration, Build, KameletBinding and Pipe
christophd added a commit that referenced this pull request Jul 20, 2023
- Reduce amount of informational log events by using Debug level on events like "Reconciling ...", "Invoking action ..."
- Use Debug level for each "Reconciling ..." log event
- Use new "Initializing ..." Info level log event when a resource is initializing (used in metrics tests to verify metrics)
- Log error details on state transition to Phase "Error" for resources Integration, Build, KameletBinding and Pipe
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 this pull request may close these issues.

3 participants