mirror of
https://github.com/LamGC/Oracle-Sentry.git
synced 2025-04-29 14:17:34 +00:00
refactor(logging): 现在日志系统将不记录 SSH 组件 INFO 以下级别的日志.
由于 SSH 组件在 Debug 级别中输出的东西实在是太多了, 所以把它屏蔽了.
This commit is contained in:
parent
7dcbcc3270
commit
2006097d5f
@ -87,6 +87,7 @@
|
||||
<logger name="com.oracle.bmc" level="WARN"/>
|
||||
<logger name="org.springframework" level="INFO"/>
|
||||
<logger name="org.apache.http" level="INFO"/>
|
||||
<logger name="org.apache.sshd" level="INFO"/>
|
||||
<logger name="com.oracle.bmc.http.ApacheConfigurator" level="ERROR"/>
|
||||
<root>
|
||||
<appender-ref ref="stdout" />
|
||||
|
Loading…
Reference in New Issue
Block a user