Skip to content

Commit a0ef95a

Browse files
✨ fix : Log INFO 모드로 변경
1 parent e28d89b commit a0ef95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/logback-spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</encoder>
1515
</appender>
1616

17-
<root level="DEBUG"> <!-- DEBUG, INFO -->
17+
<root level="INFO"> <!-- DEBUG, INFO -->
1818
<appender-ref ref="console" />
1919
</root>
2020
</configuration>

0 commit comments

Comments
 (0)