mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Fix failing evil logging configuration tests
This commit fixes failing evil logging configuration tests. The test for resolving multiple configuration files was failing after 9a58fc23485af15a611ce98eb5e1bf6aba9d2c38 removed some of the configuration needed for this test. The solution is revert the removal of that configuration, but remove additivity from the test logger to prevent the evil logger tests from failing.
This commit is contained in:
parent
abe3efdfa9
commit
1f6a4be544
@ -17,6 +17,9 @@ rootLogger.appenderRef.file.ref = file
|
||||
|
||||
logger.test.name = test
|
||||
logger.test.level = trace
|
||||
logger.test.appenderRef.console.ref = console
|
||||
logger.test.appenderRef.file.ref = file
|
||||
logger.test.additivity = false
|
||||
|
||||
appender.deprecation_file.type = File
|
||||
appender.deprecation_file.name = deprecation_file
|
||||
|
Loading…
x
Reference in New Issue
Block a user