show debug level logs in console using slf4j without knowing logger implementation

357 Views Asked by At

I am using Lombok's @Slf4j annotation to get logger and log some data. I am NOT USING Spring boot application.yml. So, how can I show debug level logs in the console now? How should it be configured?

Is there any way not to use implementation-specific configuration property?

0

There are 0 best solutions below