aboutsummaryrefslogtreecommitdiffstats
path: root/ajsc-aai/src/main/config/jul-redirect.properties
diff options
context:
space:
mode:
Diffstat (limited to 'ajsc-aai/src/main/config/jul-redirect.properties')
-rw-r--r--ajsc-aai/src/main/config/jul-redirect.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/ajsc-aai/src/main/config/jul-redirect.properties b/ajsc-aai/src/main/config/jul-redirect.properties
new file mode 100644
index 0000000..8b6624d
--- /dev/null
+++ b/ajsc-aai/src/main/config/jul-redirect.properties
@@ -0,0 +1,13 @@
+
+# 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