# Turn SQL tracing off, e.g. to increase performance log4j.logger.org.apache.cayenne.access.QueryLogger = WARN
Therefore i placed a log4j.properties file within my src directory (like all other cayenne depending files; dbconnection etc). But i guess gwt ignores this one file. all other depending files are obviously in use.
does anybody knows how to setup gwt for configuring log4j, even if its just used implicit?
This logging kils my app performance.
Thanks!!
Jepse