Cannot update log level of SimpleBrokerMessageHandler using actuator #25082
Labels
in: messaging
Issues in messaging modules (jms, messaging)
status: duplicate
A duplicate of another issue
The log level used by
SimpleBrokerMessageHandler
cannot be updated via actuator. When debugging, it seems that it uses aorg.springframework.core.log.CompositeLog
that determines the log levels when creating the instance. This means that the only way to increase the logging level is to stop the server and update the configuration.As a workaround, we can start the server with a higher logging level and then reduce it using actuator once server has started.
Affects: spring-messaging 5.2.5.RELEASE
The text was updated successfully, but these errors were encountered: