fix: cokr.xit.ens package logging level 지정

dev
Jonguk. Lim 3 weeks ago
parent a87442a95b
commit 2421dd0b05

@ -96,3 +96,8 @@ app:
logging:
param: true
result: true
logging:
level:
cokr.xit.ens.biz: debug
cokr.xit.ens.modules: debug

@ -175,3 +175,8 @@ decorator:
datasource:
p6spy:
enable-logging: false
logging:
level:
cokr.xit.ens.biz: info
cokr.xit.ens.modules: info

@ -29,7 +29,7 @@ spring:
# allow-bean-definition-overriding: true
pid:
file: mdpost.pid
file: mens-iup.pid
mvc:
view:

@ -15,6 +15,8 @@ logging:
file: utf-8
level:
root: info
cokr.xit.ens.biz: warn
cokr.xit.ens.modules: warn
# org.hibernate.SQL.logStatement 로그 제거
'[org.hibernate.SQL]': INFO
# org.hibernate.type.descriptor.sql.BasicBinder.bind 로그 제거

Loading…
Cancel
Save