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

fix: add tracefs to ignore, reduce log level #10925

Merged
merged 3 commits into from
Apr 26, 2022

Commits on Apr 26, 2022

  1. fix: add tracefs to ignore, reduce log level

    The tracefs filesystem is showing up more and is not likely something a
    user wishes to have enabled by default. This adds it to the ignore in
    the config by default.
    
    This also reduces the error message level from error to debug. This
    was previously a debug message, but was bumped all the way to an error.
    This message does not prevent any messages from getting read by Telegraf
    and not an error that halts Telegraf. Users may still wish to address
    the messages so reducing to a debug is better than hiding them.
    
    Fixes: influxdata#10897
    powersj committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    d1c2a16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c14114c View commit details
    Browse the repository at this point in the history
  3. remove tracefs

    powersj committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    db63d94 View commit details
    Browse the repository at this point in the history