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

log: Fix plugin logger ignores fluentd log event setting #2252

Merged
merged 3 commits into from
Jan 7, 2019

Commits on Jan 5, 2019

  1. log: Fix typo of log_event_enabled=

    Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
    repeatedly committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    fec6774 View commit details
    Browse the repository at this point in the history
  2. log: Re-assign log_event_enabled before plugin start. fix #2248

    Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
    repeatedly committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    1cc9b27 View commit details
    Browse the repository at this point in the history
  3. Skip log_event_enabled handling in tests

    Sometimes test code uses non Log/PluginLogger object for capturing log.
    Such object doesn't have log_event_enabled so skip for now.
    
    Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
    repeatedly committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    e0b4e5c View commit details
    Browse the repository at this point in the history