java-tutorials/spring-boot-modules/spring-boot-disable-logging/disabling-console-logback/src/main/resources/application.properties

8 lines
248 B
Properties
Raw Normal View History

logging.file=disabled-console.log
### we could potentially 'disable' console logging by setting a blank log pattern:
#logging.pattern.console=
### or disable the logs completely by setting the root logging level as 'OFF':
#logging.level.root=OFF