Closed Artur- closed 2 months ago
It is problem in SpringPlugin, that apparently write debug log to info log level. We will fix it. Info level can be disabled now in hotswap-agent.properties
by :
LOGGER.org.hotswap.agent.plugin.spring=error
done - will be in 2.0.0!
When running with HotswapAgent, you pretty quickly lose track of all your real application log output because there is so much output by default. Much of the output seems to be debug type of output from various plugins logged at info level - could this be changed for the whole project somehow so that these kind of logs would not appear all the time ?