Sorry to glom onto someone else's thread, but I have a related question.
After setting up your own category, as below, everything works nicely for my ejbs but Servlets under Jetty don't seem to see the elevated priority level when I jack my "com.xxx." priority up to DEBUG. All output from my servlets still only show at INFO and higher as if they are being filtered only by JBoss category and priority levels.
Any way to get servlet output at DEBUG level?
Thanks.
saroj kumar wrote:
Hi, Sorry for delayed reply.You need to create a Category like : <category name="com.xxxcxc.yyyyy"> --- Your package hier. <priority value="DEBUG"/> -- the level of logging you want to enable </category>
-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
