From b291196092e3ba1e54a48615f3694c661b9433e4 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Tue, 06 Apr 2021 12:30:25 +0000
Subject: [PATCH] Logging-Einstellungen

---
 src/de/uhilger/mediaz/App.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/de/uhilger/mediaz/App.java b/src/de/uhilger/mediaz/App.java
index 351bb27..66d3fab 100644
--- a/src/de/uhilger/mediaz/App.java
+++ b/src/de/uhilger/mediaz/App.java
@@ -55,7 +55,7 @@
    */
   public static void main(String[] args) throws ClassNotFoundException {
     rb = ResourceBundle.getBundle(RB_NAME);
-    logger.info(new File(".").getAbsolutePath());
+    logger.fine(new File(".").getAbsolutePath());
     
     initParams = new HashMap();
     for (String arg : args) {

--
Gitblit v1.9.3