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

Support logging to the journal with priority "notice" #763

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

adombeck
Copy link
Contributor

@adombeck adombeck commented Jan 28, 2025

The notice level is a syslog severity level between the info and warning levels. It's meant for important events which are not error conditions, but that may require special handling.

Use the notice level as the new default log level.

UDENG-5920

@adombeck adombeck force-pushed the support-log-level-notice branch from f57406d to c7d4c55 Compare January 28, 2025 14:32
The notice level is a syslog severity level between the info and warning
levels. It's meant for important events which are not error conditions,
but that may require special handling.
We want users to see notice level messages, which are used for important
events that may require special handling.
@adombeck adombeck force-pushed the support-log-level-notice branch from a9927f9 to bb2fe1e Compare February 3, 2025 15:12
@adombeck adombeck marked this pull request as ready for review February 3, 2025 15:26
@adombeck adombeck requested a review from a team as a code owner February 3, 2025 15:26
Copy link
Member

@didrocks didrocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! I didn’t spot anything in particular.

@adombeck adombeck merged commit a499f29 into main Feb 3, 2025
16 checks passed
@adombeck adombeck deleted the support-log-level-notice branch February 3, 2025 15:57
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.

2 participants