Skip to content

Commit

Permalink
Add console appender to deprecated settings test
Browse files Browse the repository at this point in the history
This commit enables the console appender for the settings deprecation
logger used in the deprecated settings logging test. This output will be
useful if this test fails again (it failed once mysteriously).
  • Loading branch information
jasontedor committed Jul 8, 2017
1 parent 215bffb commit fe04b66
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ appender.deprecation_file.layout.pattern = [%p][%l] %marker%m%n

logger.deprecation.name = org.elasticsearch.deprecation.common.settings
logger.deprecation.level = warn
logger.deprecation.appenderRef.deprecation_console.ref = console
logger.deprecation.appenderRef.deprecation_file.ref = deprecation_file
logger.deprecation.additivity = false

0 comments on commit fe04b66

Please sign in to comment.