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

api/v2: add path and method to API v2 logs #2261

Commits on May 25, 2020

  1. api/v2: add path and method to API v2 logs

    When an API v2 handler logged a message, the log wouldn't include the
    path and method. Since different handlers perform the same validations
    (e.g. matchers for alerts and silences), it isn't easy to know which
    handler was invoked (though the logged filename
    + line number provides a hint).
    
    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed May 25, 2020
    Configuration menu
    Copy the full SHA
    2b845ab View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Capitalize messages + improve logs

    Signed-off-by: Simon Pasquier <spasquie@redhat.com>
    simonpasquier committed May 26, 2020
    Configuration menu
    Copy the full SHA
    b1d5e8e View commit details
    Browse the repository at this point in the history