Browse Source

日志配置

zouxuan 2 years ago
parent
commit
8f96093bfa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mec-application/src/main/resources/logback-dev.xml

+ 1 - 0
mec-application/src/main/resources/logback-dev.xml

@@ -40,5 +40,6 @@
     <root level="INFO">
         <appender-ref ref="stdout" />
         <appender-ref ref="file" />
+        <appender-ref ref="redisAppender" />
     </root>
 </configuration>