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

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

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

@ -175,3 +175,8 @@ decorator:
datasource: datasource:
p6spy: p6spy:
enable-logging: false 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 # allow-bean-definition-overriding: true
pid: pid:
file: mdpost.pid file: mens-iup.pid
mvc: mvc:
view: view:

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

Loading…
Cancel
Save