I want to use default slf4j + logback configuration except setting "org.springframework.data.document.mongodb" logging level to DEBUG.
How can I do it with java code ?
I'm not using XML, and this decision made at runtime.
|
feedback
|
|
The following works for me but generally this is not a good idea. Your code will depend on Logback.
| |||
|
feedback
|