Close
jGuru Forums
Expand All | Collapse All
Log4J all Info - surprise, nothing shows up... Chuck_Herrick707489049610Tue Jan 29, 2013 01:59 PM
So, running Log4J in Eclipse and Tomcat (internal) and it appears to be set to INFO but nothing shows up. AsyncAppender and ConsoleAppender are in the XML. Here is a snippet from the XML: <logger name="package etc"> <level value="info"/> </logger> <root> <priority value="info"/> <appender-ref ref="AsyncAppender" /> </root> Any idea why this would not be the most verbose setting you can put on Log4J and why all the LOGGER.debug stuff is not scrolling out?
Report | Quote This | Send private message | Reply | Print