Skip to content

Conversation

toddbaert
Copy link
Member

@toddbaert toddbaert commented Mar 7, 2025

Just tweaking some log lines.

My opinion is:

  • anything log lines that are "normal" (expected at runtime) should be debug
    • stream ending (this is normal with deadlines)
    • change notifications
  • startup/shutdown messages are OK at info
  • unexpected errors (like disconnections) should be error
  • "weird things" that should never happen, but aren't catastrophic should be warn.
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
@toddbaert toddbaert merged commit 0a81a14 into main Mar 10, 2025
5 checks passed
@toddbaert toddbaert deleted the chore/clean-up-logs branch March 10, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

6 participants