mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
The evil logger tests rely on external configuration. This configuration is shared between these tests which means that changing the configuration for one test can cause an unrelated test to fail. In particular, removing the appenders on the root logger so that inherited loggers in one test do not have a console and file appender by default breaks tests that were expecting the root logger to have these appenders. This commit separates these configs so that these tests are not subject to this problem.