>> 3. My first attempt to control granularity of apre.log doesn't seem toI set all three to WARN and that did not reduce the [MAIN] {DEBUG|INFO} statements in logs/apre.log.
>> have worked. I'm still getting DEBUG and INFO for [main].
>> I tried this:
>> <category name=" org.apache.axis">
>> <priority value="ERROR">
>> <appender-ref ref="axis-file" />
>> </category>
>>
>> <category name=" openwfe.org">
>> <priority value="ERROR">
>> <appender-ref ref="file" />
>> </category>
>>
>> <root>
>> <priority value="ERROR" />
>> <appender-ref ref="file" />
>> </root>
>>
>> Any suggestions?
> You could try to set the level at 'WARN'.
Any other ideas? A bug report?
Thanks,
Tony
