-
Notifications
You must be signed in to change notification settings - Fork 166
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
Replace "XXX" in log messages with meaningful descriptions #4521
Labels
Comments
OhmSpectator
added a commit
to OhmSpectator/eve
that referenced
this issue
Jan 14, 2025
Update log messages in `StillRunning` and `CheckMaxTimeTopic` functions to clarify the context of timing warnings and errors. Replace ambiguous phrases with more explicit references to exceeding warning and error thresholds. Issue: lf-edge#4521 Signed-off-by: Nikolay Martyanov <[email protected]>
OhmSpectator
added a commit
that referenced
this issue
Jan 15, 2025
Update log messages in `StillRunning` and `CheckMaxTimeTopic` functions to clarify the context of timing warnings and errors. Replace ambiguous phrases with more explicit references to exceeding warning and error thresholds. Issue: #4521 Signed-off-by: Nikolay Martyanov <[email protected]>
OhmSpectator
added a commit
to OhmSpectator/eve
that referenced
this issue
Jan 15, 2025
Update log messages in `StillRunning` and `CheckMaxTimeTopic` functions to clarify the context of timing warnings and errors. Replace ambiguous phrases with more explicit references to exceeding warning and error thresholds. Issue: lf-edge#4521 Signed-off-by: Nikolay Martyanov <[email protected]> (cherry picked from commit d31ef12)
OhmSpectator
added a commit
to OhmSpectator/eve
that referenced
this issue
Jan 15, 2025
Update log messages in `StillRunning` and `CheckMaxTimeTopic` functions to clarify the context of timing warnings and errors. Replace ambiguous phrases with more explicit references to exceeding warning and error thresholds. Issue: lf-edge#4521 Signed-off-by: Nikolay Martyanov <[email protected]> (cherry picked from commit d31ef12)
OhmSpectator
added a commit
that referenced
this issue
Jan 15, 2025
Update log messages in `StillRunning` and `CheckMaxTimeTopic` functions to clarify the context of timing warnings and errors. Replace ambiguous phrases with more explicit references to exceeding warning and error thresholds. Issue: #4521 Signed-off-by: Nikolay Martyanov <[email protected]> (cherry picked from commit d31ef12)
OhmSpectator
added a commit
that referenced
this issue
Jan 15, 2025
Update log messages in `StillRunning` and `CheckMaxTimeTopic` functions to clarify the context of timing warnings and errors. Replace ambiguous phrases with more explicit references to exceeding warning and error thresholds. Issue: #4521 Signed-off-by: Nikolay Martyanov <[email protected]> (cherry picked from commit d31ef12)
OhmSpectator
added
good first issue
Good for newcomers
enhancement
New feature or request
labels
Jan 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace "XXX" in log messages with meaningful descriptions to improve clarity and maintainability. I see at least 15 places in code, where this pattern is used. For example, in
checkmaxtime.go
, the message:can be updated to:
The current use of "XXX" is unclear and does not convey meaningful information, making logs harder to understand and debug. Updating these messages will enhance readability and consistency across the codebase.
The text was updated successfully, but these errors were encountered: