On 24.09.2010 16:05, 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 wrong?
I declare the logger in my classes like the following:
private static Logger logger =
Logger.
On 25/09/2010 02:51, Donald Winston wrote:
> resurrection.level=FINE
> (thanks everybody. You were helpful)
You should ask for your money back.
p
0x62590808.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
On Sat, Sep 25, 2010 at 3:51 AM, Donald Winston wrote:
> resurrection.level=FINE
> (thanks everybody. You were helpful)
>
Hey If I don't know I don't answer.
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For addi
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
> wrong? I declare the logg
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());