On 28-10-2008 at 23:59, Alexey wrote: > I was able to find Stripes exception in localhost.log file of tomcat - while > again i was expecting to see it in console. > Stripes logging is set right - because i had it working and as i said i can > see > in console all stripes DEBUG messages (when i mentioned that i see stripes > binding in console) - so i must see all ERRORs - so I think this is just about > tomcat - I will deal with it...
Log4J has two types of thresholds: 1. Thresholds per category / logger (inherits from parent) 2. Thresholds per appender In your case, it may be that the concole has a threshold (maybe info) and the logfile doesn't. At least it would explain the difference. Oscar -- ,-_ Text processing has made it possible to right-justify any idea, /() ) even one which cannot be justified on any other grounds. (__ ( -- J. Finnegan, USC. =/ () ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
