فهرست منبع

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

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/