浏览代码

주문목록 / 미발주 주문목록 개발중

jsh77b 5 年之前
父节点
当前提交
b788b66344
共有 3 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      style24.admin/.gitignore
  2. 1 1
      style24.admin/src/main/resources/log/logback-locd.xml
  3. 1 0
      style24.core/.gitignore

+ 2 - 1
style24.admin/.gitignore

@@ -1,3 +1,4 @@
 target/
 .settings/
-.classpath
+.classpath
+/bin/

+ 1 - 1
style24.admin/src/main/resources/log/logback-locd.xml

@@ -2,7 +2,7 @@
 
 <configuration scan="true">
 	<property name="LOG_HOME" value="/WIDE/workspace/logs/style24/admin"/>
-	<property name="LOG_LEVEL" value="INFO"/>
+	<property name="LOG_LEVEL" value="DEBUG"/>
 	
 	<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
 		<encoder>

+ 1 - 0
style24.core/.gitignore

@@ -1,3 +1,4 @@
 target/
 .settings/
 .classpath
+/bin/