Commit f02b429b authored by zhouxudong's avatar zhouxudong

日志路径

parent 51dcfcbe
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<springProfile name="test"> <springProfile name="test">
<property name="logPathPrefix" value="/app/logs"/> <property name="logPathPrefix" value="/app/logs"/>
</springProfile> </springProfile>
<springProfile name="pro"> <springProfile name="prod">
<property name="logPathPrefix" value="/app/logs"/> <property name="logPathPrefix" value="/app/logs"/>
</springProfile> </springProfile>
<property name="logger.path" value="${logPathPrefix}/${projectName}"/> <property name="logger.path" value="${logPathPrefix}/${projectName}"/>
......
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