]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Use local reference to Fop.logger to set level.
authorPeter Bernard West <pbwest@apache.org>
Mon, 8 Mar 2004 22:57:57 +0000 (22:57 +0000)
committerPeter Bernard West <pbwest@apache.org>
Mon, 8 Mar 2004 22:57:57 +0000 (22:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197434 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/apps/FOPOptions.java

index 6a06fc747721d0c30f02609cc3798a8c73b93978..4ddf6c9e359d4cf473c8919f27086eef1bae3c84 100644 (file)
@@ -355,8 +355,7 @@ public class FOPOptions {
         // quiet mode - this is the last setting, so there is no way to
         // supress the logging of messages during options processing
         if (configuration.isTrue("quiet")) {
-            Fop.setLoggingLevel(Level.OFF);
-            //log.setLevel(Level.OFF);
+            log.setLevel(Level.OFF);
         }
         
     }