Browse Source

fix: log path 변경

feature/address-coordinate
지대한 8 months ago
parent
commit
b40796e50e
  1. 1
      .gitignore
  2. 2
      pav-server/src/main/resources/config/log/logback-spring.xml

1
.gitignore vendored

@ -37,3 +37,4 @@ out/
.vscode/ .vscode/
/files/ /files/
/pav-server/files/ /pav-server/files/
**/c:/

2
pav-server/src/main/resources/config/log/logback-spring.xml

@ -12,7 +12,7 @@
<property name="LOG_DIR" value="/data/logs/server" /> <property name="LOG_DIR" value="/data/logs/server" />
</springProfile> </springProfile>
<springProfile name="prod"> <springProfile name="prod">
<property name="LOG_DIR" value="/data/logs/server/" /> <property name="LOG_DIR" value="/data/logs/server" />
</springProfile> </springProfile>
<springProfile name="prod2"> <springProfile name="prod2">

Loading…
Cancel
Save