Commit 8e66cb7c authored by 赵啸非's avatar 赵啸非

添加应用主题

parent b2077032
......@@ -135,10 +135,10 @@ security:
- /auth/xcxLogin
- /auth/register
- /resource/sms/code
logging:
level:
reactor.netty: info
org.springframework.cloud.gateway: TRACE
#logging:
# level:
# reactor.netty: info
# org.springframework.cloud.gateway: TRACE
......
......@@ -39,6 +39,7 @@
<file>${logFilePath}/${springApplicationName:-default}/${springApplicationName:-default}-error.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<fileNamePattern>${logFilePath}/${springApplicationName:-default}/${springApplicationName:-default}-error.log.%d{yyyyMMdd}</fileNamePattern>
<cleanHistoryOnStart>true</cleanHistoryOnStart>
<!--日志文件保留天数-->
<MaxHistory>7</MaxHistory>
</rollingPolicy>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment