On 4/11/06, John Mettraux <[EMAIL PROTECTED]> wrote:
> > You could try to set the level at 'WARN'.
>  I set all three to WARN and that did not reduce the [MAIN]  {DEBUG|INFO}
> statements in logs/apre.log.
>
>  Any other ideas?  A bug report?

I don't think it's an OpenWFE bug as I entirely rely on log4j for
logging (except for engine.TextHistory, which is another story).

There's perhaps a log4j.properties or a logging.xml file lying
somewhere in the classpath of your Java APRE.
 
That was it.  I was changing the 'wrong' logging.xml.
You might stick this info in the future book section on logs:

$find . -name 'logging.xml'
./etc/apre/logging.xml
./etc/wfdserver/logging.xml
./etc/droflo/logging.xml
./etc/engine/logging.xml
./etc/worklist/logging.xml
./etc/webclient/logging.xml
./webapps/droflo/WEB-INF/etc/logging.xml

I edited etc/apre/logging.xml and set the root level to WARN and that addressed the verbosity of logs/apre.log.  I was previously editing etc/engine/logging.xml.

Thanks,
Tony


Reply via email to