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?