Compare commits
No commits in common. "8af5201e1f37c371372349f38af611e45f6b2586" and "c2d6dcdbab2121fc78de1a9f511d44356210e9fb" have entirely different histories.
8af5201e1f
...
c2d6dcdbab
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,4 +37,3 @@ build/
|
||||
### logs ###
|
||||
qcast3/
|
||||
src/test
|
||||
logs/
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
xsi:noNamespaceSchemaLocation="http://www.padual.com/java/logback.xsd">
|
||||
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
|
||||
<springProperty scope="context" name="ACTIVE_PROFILE" source="spring.profiles.active"/>
|
||||
<property name="LOG_HOME" value="./logs/api/"/>
|
||||
<property name="LOG_HOME" value="/logs/api/"/>
|
||||
<property name="LOG_FILE" value="${LOG_HOME}${ACTIVE_PROFILE}.qcast.api"/>
|
||||
<property name="LOG_FILE_EXT" value=".log"/>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<root level="warn">
|
||||
<appender-ref ref="CONSOLE"/>
|
||||
<appender-ref ref="FILE" />
|
||||
<!-- <appender-ref ref="FILE" />-->
|
||||
</root>
|
||||
|
||||
<!-- Spring Batch 로깅 레벨 설정 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user