]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed setting LOGCHOICE and LOGLEVEL to the empty string
authorSimon Pepping <spepping@apache.org>
Sat, 29 Oct 2005 20:53:25 +0000 (20:53 +0000)
committerSimon Pepping <spepping@apache.org>
Sat, 29 Oct 2005 20:53:25 +0000 (20:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@329479 13f79535-47bb-0310-9956-ffa450edef68

fop

diff --git a/fop b/fop
index 5992fb126afc0a7ee2757108ff402f3bd952fa37..a815067a267e97069938c6ca17b08688699e9db2 100755 (executable)
--- a/fop
+++ b/fop
@@ -221,14 +221,12 @@ if $cygwin; then
   esac
 fi
 
-LOGCHOICE=
 # The default commons logger for JDK1.4 is JDK1.4Logger.
 # To use a different logger, uncomment the one desired below
 # LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
 # LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
 # LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
 
-LOGLEVEL=
 # Logging levels
 # Below option is only if you are using SimpleLog instead of the default JDK1.4 Logger.
 # To set logging levels for JDK 1.4 Logger, edit the %JAVA_HOME%/JRE/LIB/logging.properties