You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NeonBeeTestBase is always using the NeonBeeTestBase-Logback.xml from the class path. In this config the log level is set to debug.
It is not possible to change the log level, because there is no place between log config creation and boot up where I could modify the config.
Desired Solution
Move responsibility for the logback config from NeonBeeTestBase to WorkingDirectoryBuilder. Add some kind of option or method I can use to set the default log level.
Alternative Solutions
Add some kind of option or method I can use to set the default log level in NeonBeeTestBase.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
The Problem
NeonBeeTestBase
is always using theNeonBeeTestBase-Logback.xml
from the class path. In this config the log level is set todebug
.It is not possible to change the log level, because there is no place between log config creation and boot up where I could modify the config.
Desired Solution
Move responsibility for the logback config from
NeonBeeTestBase
toWorkingDirectoryBuilder
. Add some kind of option or method I can use to set the default log level.Alternative Solutions
Add some kind of option or method I can use to set the default log level in
NeonBeeTestBase
.Additional Context
No response
The text was updated successfully, but these errors were encountered: