ppkarwasz commented on issue #3100:
URL: 
https://github.com/apache/logging-log4j2/issues/3100#issuecomment-2813355721

   > I don't know if I have a good argument for keeping them at DEBUG, or if 
it's just a resistance to change, but I know that 2.24.3 is too noisy at INFO, 
and 2.24.0 was just right.
   
   Probably there is a little of both.
   
   > The idea of having configuration "started" or "stopped" is meaningless to 
me.
   
   I see your point, probably two start/stop events might be omitted:
   
   - When the `DefaultConfiguration` is replaced with a user configuration at 
the start of the application.
   - When the user configuration is replaced with a `NullConfiguration` at 
shutdown.
   
   I think that events, where a user configuration is replaced with another 
user configuration are interesting. For example Spring Boot applications use 
`log4j2.xml` initially and switch to `log4j2-spring.xml` shortly after.
   
   Maybe we should only log the start and stop of a configuration, if the user 
(or some external library) provides the location of the configuration file on 
the command line, instead of relying on the defaults?


-- 
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

Reply via email to