운영 배치 logback 에러설정
This commit is contained in:
parent
fe454901e6
commit
bfb5cff8d2
@ -37,4 +37,15 @@
|
||||
<appender-ref ref="FILE"/>
|
||||
</root>
|
||||
|
||||
<!-- Spring Batch 로깅 레벨 설정 -->
|
||||
<logger name="org.springframework.batch" level="ERROR"/>
|
||||
|
||||
<!-- JdbcTemplate 로깅 레벨 설정 -->
|
||||
<logger name="org.springframework.jdbc.core.JdbcTemplate" level="ERROR"/>
|
||||
|
||||
<!-- Hibernate SQL 로깅을 활성화하려면 (선택 사항) -->
|
||||
<logger name="org.hibernate.SQL" level="ERROR"/>
|
||||
<logger name="org.hibernate.type.descriptor.sql.BasicBinder" level="ERROR"/>
|
||||
|
||||
|
||||
</configuration>
|
||||
Loading…
x
Reference in New Issue
Block a user