We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ERROR
ConfigurationFactory
1 parent cc2e789 commit 5d47e93Copy full SHA for 5d47e93
log4j-core/src/main/java/org/apache/logging/log4j/core/config/ConfigurationFactory.java
@@ -536,8 +536,8 @@ private Configuration getConfiguration(
536
final ConfigurationSource source = ConfigurationSource.fromResource(configName, loader);
537
if (source != null) {
538
if (!factory.isActive()) {
539
- LOGGER.warn(
540
- "Found configuration file {} for inactive ConfigurationFactory {}",
+ LOGGER.error(
+ "Found configuration file `{}` for the inactive `{}`. This `ConfigurationFactory` implementation might be inactive due to a missing dependency.",
541
configName,
542
factory.getClass().getName());
543
}
0 commit comments