Is there an existing issue for this?
The Problem
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
Is there an existing issue for this?
The Problem
NeonBeeTestBaseis always using theNeonBeeTestBase-Logback.xmlfrom 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
NeonBeeTestBasetoWorkingDirectoryBuilder. 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