Re: TRACE messages

2006-03-10 Thread Mike Sabroff
break; case TRACE: msgBuf.append("TRACE: "); break; } So..whoever said it was something in my webapps was right. Mike Sabroff wrote: I am not sure if this is a Tomcat issue or a M

Re: TRACE messages

2006-03-09 Thread Mike Sabroff
: "); break; case TRACE: msgBuf.append("TRACE: "); break; } So..whoever said it was something in my webapps was right. Mike Sabroff wrote: I am not sure if

Re: TRACE messages

2006-03-09 Thread Mike Sabroff
actually not using log4j, just thought it might be a way to redefine what I log. thx Antonio Petrelli wrote: Mike Sabroff ha scritto: I am not sure if this is a Tomcat issue or a MySql issue. I get these trace messages in catalina.out: Wed Mar 08 07:48:48 CST 2006 TRACE: about 800 to 1000

Re: TRACE messages

2006-03-09 Thread Mike Sabroff
does not do this. --David Mike Sabroff wrote: I am not sure if this is a Tomcat issue or a MySql issue. I get these trace messages in catalina.out: Wed Mar 08 07:48:48 CST 2006 TRACE: about 800 to 1000 lines of them, each time I connect to the database. I have googled and searched but can

Re: TRACE messages

2006-03-09 Thread Antonio Petrelli
Mike Sabroff ha scritto: I am not sure if this is a Tomcat issue or a MySql issue. I get these trace messages in catalina.out: Wed Mar 08 07:48:48 CST 2006 TRACE: about 800 to 1000 lines of them, each time I connect to the database. I have googled and searched but can find nothing on the cause

Re: TRACE messages

2006-03-09 Thread David Smith
Given the extreme lack of any info to base a diagnosis on, I'd say you have a library in your webapp generating this to standard out. My MySQL install does not do this. --David Mike Sabroff wrote: > > > I am not sure if this is a Tomcat issue or a MySql issue. > I get these

TRACE messages

2006-03-08 Thread Mike Sabroff
I am not sure if this is a Tomcat issue or a MySql issue. I get these trace messages in catalina.out: Wed Mar 08 07:48:48 CST 2006 TRACE: about 800 to 1000 lines of them, each time I connect to the database. I have googled and searched but can find nothing on the cause or the solution except

Trace messages when connecting to the database (MySql)

2006-03-08 Thread Mike Sabroff
I am not sure if this is a Tomcat issue or a MySql issue. I get these trace messages in catalina.out: Wed Mar 08 07:48:48 CST 2006 TRACE: about 800 to 1000 lines of them, each time I connect to the database. I have googled and searched but can find nothing on the cause or the solution except