Re: TRACE messages

2006-03-10 Thread Mike Sabroff
Well, I know you are all sitting on the edge of your chairs waiting for the solution to this... 2 make a long story short: Failure to thoroughly search the documentation led me to install a "DEBUG" version of connectorj. The tarball has 2 connectorj jar files, one which is a debug version

Re: TRACE messages

2006-03-09 Thread Mike Sabroff
Just in case someone else comes across this error, I found this code in the mysql connectorj Jdk14Logger.java: private void logInternal(int level, Object msg, Throwable exception) { StringBuffer msgBuf = new StringBuffer(); msgBuf.append(new Date().toString()

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 l

Re: TRACE messages

2006-03-09 Thread Mike Sabroff
Thanks Dave, I will scour my webapps to see if this is true, since I do have some common jars to all my webapps Mike David Smith wrote: 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 n

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 in ca