I was a PL-I expert. That's why I know it's spelled PL-I (roman numerals not
arabic. I always thought this was funny)
On Sep 24, 2010, at 9:49 PM, michel wrote:
> Don't know about you, but I was left really, really worried about actually
> being on a project under those conditions.
>
>
> Lot
resurrection.level=FINE
(thanks everybody. You were helpful)
On Sep 24, 2010, at 10:05 AM, Donald Winston wrote:
>
> I can't get logging to work properly with tomcat(. The file handler prefix
> works but anything below INFO does not show up in the log! What could be
> wro
I can't get logging to work properly with tomcat(. The file handler prefix
works but anything below INFO does not show up in the log! What could be wrong?
I declare the logger in my classes like the following:
private static Logger logger =
Logger.getLogger(JessServletCommand.class.getName());