Add console appender to deprecated settings test

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).
This commit is contained in:
Jason Tedor 2017-07-08 07:58:23 -04:00
parent 215bffb08b
commit fe04b666ea
1 changed files with 1 additions and 0 deletions

View File

@ -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