Merge pull request 'dev 운영 배치 logback 에러설정' (#125) from dev into prd-deploy
Reviewed-on: #125
This commit is contained in:
commit
4e30642fd8
@ -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