Adrian Cumiskey <adrian.cumiskey <at> gmail.com> writes:
>
> If you are executing FOP from the fop.bat/fop shell script you can
> change the value of LOG_LEVEL variable towards the bottom of the file.
> Otherwise set the system property
> org.apache.commons.logging.simplelog.defaultlog=WARN/ERROR. This can be
> achieved by using the -D flag on the java command.
>
> Adrian.
>
> tm wrote:
> > Hi there !
> > i just started upgrading from fop 0.20.5 to fop 0.94 the new release works
> > fine, but i always get many INFO: log entries how can i change the log
> > leverl to warn or error ?
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: fop-users-unsubscribe <at> xmlgraphics.apache.org
> > For additional commands, e-mail: fop-users-help <at> xmlgraphics.apache.org
> >
> >
>
if have tried this ... but doesnto work !
i tried the following:
first i tried
System.setProperty("org.apache.commons.logging.simplelog.defaultlog","ERROR");
... but no ejject
than i tried
java -D org.apache.commons.logging.simplelog.defaultlog=ERROR myapplication...
with this i got the following error :
java.lang.NoClassDefFoundError:
org/apache/commons/logging/simplelog/defaultlog=ERROR
Exception in thread "main"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]