From 4c53ff2081c1042a09ae5637e2c6e85e274f3e0a Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Sun, 18 Mar 2018 22:03:14 +0000
Subject: [PATCH] Titel als JNDI Variable

---
 src/logging.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/logging.properties b/src/logging.properties
index e64a0a7..fd8857a 100644
--- a/src/logging.properties
+++ b/src/logging.properties
@@ -27,7 +27,7 @@
 # Note that the ConsoleHandler also has a separate level
 # setting to limit messages printed to the console.
 # .level= FINE
-.level = OFF
+.level = NONE
 
 ############################################################
 # Handler specific properties.
@@ -65,4 +65,4 @@
 # messages:
 # com.xyz.foo.level = SEVERE
 de.uhilger.wbx.handlers = java.util.logging.ConsoleHandler
-de.uhilger.wbx.level = FINER
\ No newline at end of file
+de.uhilger.wbx.level = INFO
\ No newline at end of file

--
Gitblit v1.9.3