aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/config/jul-redirect.properties
blob: c3b949a43a8466068fde44914f369f113b2c0f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
#  	Bridge JUL->slf4j Logging Configuration File
#
# This file bridges the JUL logging infrastructure into
# SLF4J so JUL logs go to logback implementation provided
# in this project.  SLF4J also captures log4j and has 
# other framework options as well providing a common
# logging infrastructure for capturing all logs from different
# libraries using different frameworks in one place.
#  	Global properties
handlers=org.slf4j.bridge.SLF4JBridgeHandler
.level=ALL