ppkarwasz commented on issue #3566: URL: https://github.com/apache/logging-log4j2/issues/3566#issuecomment-2743977370
@Fariusz, > ```xml > <?xml version="1.0" encoding="UTF-8"?> > <Configuration status="info" strict="true" name="XMLConfigForTest"> > ... > </Configuration> > ``` You receive those messages, because you configure [`status` configuration attribute](https://logging.apache.org/log4j/2.x/manual/configuration.html#configuration-attribute-status) to `INFO`. At the `INFO` level you should see the most important events that are not considered to be problems. > ``` > 2025-03-21T10:17:03.408531502Z main INFO Start watching for changes to /.../.../.../JavaApp/modules/JavaApp/log4j2.xml every 0 seconds > ``` This might be certainly improved. :wink: The configuration file is not actually being monitored continuously. -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org