spring_reference/IV. Spring Boot features/25.4. Log Levels.md

379 B
Raw Blame History

25.4. 日志级别

所有支持的日志系统在Spring的Environment例如在application.properties里都有通过'logging.level.*=LEVEL''LEVEL'是TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF中的一个设置的日志级别。

示例application.properties

logging.level.org.springframework.web: DEBUG
logging.level.org.hibernate: ERROR