记得上下班打卡 | git大法好,push需谨慎

Commit d6d7a086 authored by anjiabin's avatar anjiabin

提交admin后台管理日志

parent da3ba705
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- 设置路径-->
<springProperty scope="context" name="logPath" source="liquidnet.logfile.path"/>
<springProfile name="dev">
<property name="log.path" value="./data/logs/client-admin-web" />
</springProfile>
<springProfile name="test,prod">
<property name="log.path" value="/data/logs/client-admin-web" />
</springProfile>
<!-- 日志存放路径 -->
<property name="log.path" value="${logPath}/client-admin-web" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />
......
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