|
From: Jennifer K. <jk...@si...> - 2004-02-19 01:12:09
|
StdErr and StdOut come out if you have INFO logging on .. in the logfile logger (or console logger) dep on how you are running.. you don't want INFO on the system logger- really- you don't. you will fill your event log quickly. Any level will output all levels "harsher" than and including the level you have specified. (like commons-logging). Leif's error levels from least verbose (harshest) to most verbose are: NONE, FATAL, ERROR, WARN, STATUS, INFO, DEBUG so, STATUS will give you STATUS, WARN, ERROR and FATAL messages. Hope that helps. Jennifer Paul Casanova wrote on 2/18/2004, 4:19 PM: > > > > > Hi all, > > Just wondering about the STATUS log level: does this still output > FATAL and > ERROR messages as well? > > At what level(s) are stdout and stderr messages logged? Our application > has some catch clauses that currently take an action to handle the > exception, but no output is produced. I'd like to do a > printStackTrace(System.err) for some diagnosis, as I think some of these > catches could be the cause of some of our application issues. > > Regards, > > Paul Casanova > > > > ------------------------------------------------------- > SF.Net is sponsored by: Speed Start Your Linux Apps Now. > Build and deploy apps & Web services for Linux with > a free DVD software kit from IBM. Click Now! > http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > |