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(pubsub): clean up log messages #551

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Commits on Dec 21, 2022

  1. chore(pubsub): clean up log messages

    Main goal: ensure that `hash(message)` is useful: eg. that log messages
    can be relied on to be constant for cases where it is "the same error"
    and different for cases where it is not. This allows for clients to do
    things such as alert when the rate of a given error message is above a
    given threshold.
    
    While I was here, I cleaned up the other log strings in the file to make
    'em all consistently typed/formatted/etc.
    TheKevJames committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    852c49c View commit details
    Browse the repository at this point in the history