|
|
@@ -99,12 +99,12 @@
|
|
|
</appender>
|
|
|
|
|
|
<!--系统操作日志-->
|
|
|
+ <root level="debug">
|
|
|
+ <appender-ref ref="console" />
|
|
|
+ </root>
|
|
|
+
|
|
|
<root level="info">
|
|
|
- <if condition='p("logging.console.enabled").equals("true")'>
|
|
|
- <then>
|
|
|
- <appender-ref ref="console" />
|
|
|
- </then>
|
|
|
- </if>
|
|
|
+ <appender-ref ref="console" />
|
|
|
<if condition='p("logging.file.enabled").equals("true")'>
|
|
|
<then>
|
|
|
<appender-ref ref="file_info" />
|