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

Only log events at debug level #37229

Merged
merged 3 commits into from
Nov 30, 2023

Commits on Nov 29, 2023

  1. Only log events at debug level

    The Elasticsearch client was logging raw events in error and warn
    level, this commit makes it only log the raw events or the returned
    message from Elasticsearch, that might contain some fields from the
    event, on debug level.
    
    Log messages containing only the returned status from Elasticsearch
    are maintained on their original log level.
    belimawr committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9b4430c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Apply suggestions from code review

    Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
    belimawr and cmacknz committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b2531bd View commit details
    Browse the repository at this point in the history
  2. Improve log messages

    belimawr committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    37b4b03 View commit details
    Browse the repository at this point in the history