David Durham wrote:
Now my log4j.xml (relevant entries only):
<category name="org.apache" additivity="false">
<level value="debug"/>
<appender-ref ref="console"/>
</category>
<category name="com.opensymphony" additivity="false">
<level value="debug"/>
<appender-ref ref="console"/>
</category>
But I don't get DEBUG messages from struts in catalina.out. I only see
INFO messages. I do see DEBUG messages from my action classes. I
haven't checked struts 2 source code to see if there are any DEBUG
statements (just assuming that there are). So, anyone working with
struts 2 and jasper? My biggest problem is not seeing log messages from
these classes. Thanks for any help,
Meh, classic mvn clean + mvn install vs. merely mvn install, problem. I had a
stale log4j.xml in my target. I'm seeing a lot of debug messages at this
point. Anyway, still have the jasper issue. Perhaps someone is working with
struts2-jasper-plugin and can spot something from my previous e-mail.
Otherwise, I'll indicate what I find out, as it may be useful for updating that
tutorial.
-Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]