log 레벨 조정 , git ignore 추가
This commit is contained in:
parent
f164b054ef
commit
96bb276e51
3
.gitignore
vendored
3
.gitignore
vendored
@ -198,3 +198,6 @@ fabric.properties
|
|||||||
rebel.xml
|
rebel.xml
|
||||||
/mvnw
|
/mvnw
|
||||||
/mvnw.cmd
|
/mvnw.cmd
|
||||||
|
|
||||||
|
#Mac OS
|
||||||
|
.DS_Store
|
||||||
|
|||||||
@ -33,7 +33,7 @@
|
|||||||
<RegexFilter regex="(?s).*NOT_SQL_LOG.*" onMatch="DENY" onMismatch="NEUTRAL" useRawMsg="true" />
|
<RegexFilter regex="(?s).*NOT_SQL_LOG.*" onMatch="DENY" onMismatch="NEUTRAL" useRawMsg="true" />
|
||||||
</Logger> -->
|
</Logger> -->
|
||||||
|
|
||||||
<Logger name="jdbc.sqltiming" level="INFO" additivity="false">
|
<Logger name="jdbc.sqltiming" level="ERROR" additivity="false">
|
||||||
<AppenderRef ref="console" />
|
<AppenderRef ref="console" />
|
||||||
</Logger>
|
</Logger>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user