diff options
Diffstat (limited to 'fop.bat')
-rw-r--r-- | fop.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ set LOGCHOICE= rem The default commons logger for JDK1.4 is JDK1.4Logger. rem To use a different logger, uncomment the one desired below rem set LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog -set LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog +rem set LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog rem set LOGCHOICE=-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger set LOGLEVEL= |