ppkarwasz commented on issue #3100: URL: https://github.com/apache/logging-log4j2/issues/3100#issuecomment-2419359161
Hi @morvael, The default status logger level in version `2.24.1` is still `ERROR`. Can you check: 1. If your configuration file does not use the deprecated [`status` attribute](https://logging.apache.org/log4j/2.x/manual/configuration.html#configuration-attribute-status). 2. If you don't define the deprecated `Log4jDefaultStatusLevel`, `log4j2.defaultStatusLevel` or `LOG4J_DEFAULT_STATUS_LEVEL` properties in a [property source](https://logging.apache.org/log4j/2.x/manual/systemproperties.html#property-sources) (Java System properties, environment variables, `log4j2.component.properties` file). 3. If you don't define the [`log4j2.statusLoggerLevel` property](https://logging.apache.org/log4j/2.x/manual/status-logger.html#log4j2.statusLoggerLevel) as Java System property, environment variable or in a `log4j2.StatusLogger.properties` file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
