Should it be possible to set logging levels through environment variables alone in a Spring Boot application?
I don\'t want to use application.properties
application.properties
In spring-boot 2.0.0, adding --trace works. For instance java -jar myapp.jar --debug or java -jar myapp.jar --trace
--trace
java -jar myapp.jar --debug
java -jar myapp.jar --trace
https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-logging.html#boot-features-logging-console-output