浏览代码

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

sungwoobaek@idatabank.com 5 年之前
父节点
当前提交
6e8391fc4f
共有 3 个文件被更改,包括 3 次插入2 次删除
  1. 1 0
      .gitignore
  2. 1 1
      consentApi/bin/main/logback-local.properties
  3. 1 1
      consentApi/src/main/resources/logback-local.properties

+ 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