Sfoglia il codice sorgente

Merge branch 'master' of http://wcollector.idatabank.com:5230/dbs289/consentJavaApi

sungwoobaek@idatabank.com 5 anni fa
parent
commit
6e8391fc4f

+ 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