Skip to content

Commit 635285c

Browse files
committed
refactor: disable sql log by default
1 parent 0a1cc02 commit 635285c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<configuration scan="true" scanPeriod="60 seconds" debug="false">
22

33
<property name="LOG_HOME" value="./logs"/>
4-
<property name ="SQL_LEVEL" value="DEBUG"/>
4+
<property name ="SQL_LEVEL" value="INFO"/>
55

66
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
77
<encoder>

0 commit comments

Comments
 (0)