From 07460a5988f2ec011ba08c46d7b9e3e185487d7b Mon Sep 17 00:00:00 2001 From: ulrich Date: Tue, 06 Apr 2021 12:36:30 +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