Browse Source

prod log path 변경

feature/auth
지대한 2 years ago
parent
commit
2d3db75c66
  1. 4
      src/main/resources/config/log/logback-spring.xml

4
src/main/resources/config/log/logback-spring.xml

@ -12,11 +12,11 @@
<property name="LOG_DIR" value="/project/logs/control-server/" />
</springProfile>
<springProfile name="prod">
<property name="LOG_DIR" value="/project/logs/server01/" />
<property name="LOG_DIR" value="/data/logs/server01/" />
</springProfile>
<springProfile name="prod2">
<property name="LOG_DIR" value="/project/logs/server02/" />
<property name="LOG_DIR" value="/data/logs/server02/" />
</springProfile>
<property name="LOG_PATH_NAME" value="${LOG_DIR}/data.log" />

Loading…
Cancel
Save