aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/config/jul-redirect.properties
diff options
context:
space:
mode:
authorBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2018-03-27 16:46:32 -0400
committerBansal, Nitin (nb121v) <nitin.bansal@amdocs.com>2018-03-27 17:09:31 -0400
commit5da95c0df892b635db68550a3321e0e48c9e78f8 (patch)
tree7ede3891637e2d9032da2141b5952b36cc0cda33 /src/main/config/jul-redirect.properties
parent047ade94d55a1b6d8c352168652140f3579198ac (diff)
Moving data-router to Springboot for security
Change-Id: I7a02720c4e0a79619ed6b309ff1f65f4d755c364 Issue-ID: AAI-590 Signed-off-by: Bansal, Nitin (nb121v) <nitin.bansal@amdocs.com>
Diffstat (limited to 'src/main/config/jul-redirect.properties')
-rw-r--r--src/main/config/jul-redirect.properties13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main/config/jul-redirect.properties b/src/main/config/jul-redirect.properties
deleted file mode 100644
index 8b6624d..0000000
--- a/src/main/config/jul-redirect.properties
+++ /dev/null
@@ -1,13 +0,0 @@
-
-# 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