Browse Source

로그 경로 변경
./bin/main/logs/local

헬스케어 레몬 5 years ago
parent
commit
26156fdbd3

+ 1 - 0
.gitignore

@@ -3,3 +3,4 @@
 .vscode/
 consentApi/bin/test/com/dbs/consentServer/*.class
 consentApi/bin/main/com/dbs/consentServer/controller/*.class
+consentApi/bin/main/logs/local/*.log

+ 1 - 1
consentApi/bin/main/logback-local.properties

@@ -1,4 +1,4 @@
 #로그파일 경로
-log.config.path=/logs/local
+log.config.path=./bin/main//logs/local
 #로그파일 이름
 log.config.filename=local_log

+ 1 - 1
consentApi/src/main/resources/logback-local.properties

@@ -1,4 +1,4 @@
 #로그파일 경로
-log.config.path=/logs/local
+log.config.path=./bin/main//logs/local
 #로그파일 이름
 log.config.filename=local_log