so I'am writing simple Spring Boot(version 1.56) Application. And started using Project lombok, specifically@Slf4j feature for logging. Logging works fine, but how can I configure this logger? To be precise I want to be able to change logging level using external file.
It has nothing to do with lombok
, it is about slf4j
configuration. It should be done by updating your application.properties
file.