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

Emit warning-level logs when truncating messages in notifications #3145

Merged
merged 7 commits into from
Dec 13, 2022

Commits on Dec 13, 2022

  1. Change truncation log level to warn

    Signed-off-by: Alex Weaver <weaver.alex.d@gmail.com>
    alexweav committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    bb5804e View commit details
    Browse the repository at this point in the history
  2. Avoid logging the entire message after truncation

    Signed-off-by: Alex Weaver <weaver.alex.d@gmail.com>
    alexweav committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ed3cfbb View commit details
    Browse the repository at this point in the history
  3. Adjust degenerate log message in telegram notifier

    Signed-off-by: Alex Weaver <weaver.alex.d@gmail.com>
    alexweav committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7a420fe View commit details
    Browse the repository at this point in the history
  4. Also log the length that values were truncated to

    Signed-off-by: Alex Weaver <weaver.alex.d@gmail.com>
    alexweav committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    42dcba2 View commit details
    Browse the repository at this point in the history
  5. Fix one last log level that I missed

    Signed-off-by: Alex Weaver <weaver.alex.d@gmail.com>
    alexweav committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    18181af View commit details
    Browse the repository at this point in the history
  6. Fix casing in victorops log message

    Signed-off-by: Alex Weaver <weaver.alex.d@gmail.com>
    alexweav committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    9b9237c View commit details
    Browse the repository at this point in the history
  7. Rename key to max_runes

    Signed-off-by: Alex Weaver <weaver.alex.d@gmail.com>
    alexweav committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0eee3ca View commit details
    Browse the repository at this point in the history