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

Increase visibility of deprecation logger #20254

Merged
merged 2 commits into from
Aug 31, 2016
Merged

Increase visibility of deprecation logger #20254

merged 2 commits into from
Aug 31, 2016

Commits on Aug 31, 2016

  1. Increase visibility of deprecation logger

    The deprecation logger is an important way to make visible features of
    Elasticsearch that are deprecated. Yet, the default logging makes the
    log messages for the deprecation logger invisible. We want these log
    messages to be visible, so the default logging for the deprecation
    logger should enable these log messages. This commit changes the log
    level of deprecation log message to warn, and configures the deprecation
    logger so that these log messages are visible out of the box.
    jasontedor committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    17d2d87 View commit details
    Browse the repository at this point in the history
  2. Update deprecation logging docs

    This commit updates the deprecation logging docs after the default
    logging level was changed to warn with all deprecation log messages
    emitted at the warn level.
    jasontedor committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    c231d70 View commit details
    Browse the repository at this point in the history