From: Simon Pepping Date: Sat, 29 Oct 2005 20:53:25 +0000 (+0000) Subject: Removed setting LOGCHOICE and LOGLEVEL to the empty string X-Git-Tag: fop-0_90-alpha1~96 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bedfa810db8984fbcb80a63ba32b9a2c9e989986;p=xmlgraphics-fop.git Removed setting LOGCHOICE and LOGLEVEL to the empty string git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@329479 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/fop b/fop index 5992fb126..a815067a2 100755 --- 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