Skip to content

Commit c84405f

Browse files
authored
Merge pull request qibaoguang#6 from zzg16/patch-1
Update 25.4. Log Levels.md
2 parents 4b43c1b + 9778770 commit c84405f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
示例:application.properties
66
```java
7-
logging.level.org.springframework.web: DEBUG
8-
logging.level.org.hibernate: ERROR
7+
logging.level.org.springframework.web=DEBUG
8+
logging.level.org.hibernate=ERROR
99
```

0 commit comments

Comments
 (0)