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: change agent active status log message to debug level #1300

Merged
merged 1 commit into from
Aug 21, 2019

Commits on Aug 21, 2019

  1. fix: change agent active status log message to debug level

    Previously, the agent would log the following message on the info level
    if `active: false`:
    
        Elastic APM agent is inactive due to configuration
    
    This proved problematic for CLI applications that ships with the agent
    turned off by default.
    
    In cases where `active` is set to `false` on purpose, it shouldn't be
    necessary to log this message on the info level, instead we now log this
    more specific message on the debug level:
    
        Elastic APM agent disabled (`active` is false)
    watson committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    899497c View commit details
    Browse the repository at this point in the history