Get rid of all the FINE level logging in LiteRenderer2
------------------------------------------------------
Key: GEOS-329
URL: http://jira.codehaus.org/browse/GEOS-329
Project: GeoServer
Type: Improvement
Components: WMS
Versions: 1.3.0-beta2
Reporter: Chris Holmes
Assigned to: Gabriel Roldán
Fix For: 1.3-rc1
There is a ton of logging happening in LiteRenderer2 when you are set at the FINE level (which I think may be our userBasic default level, though it may be INFO). This generates a lot of crap on the console, and I imagine slows things down substantially, since it does it for every feature. We should not only lower the level, but also make sure that we are not doing string concats except inside if blocks where we first check the proper logging level. I imagine this alone will speed things up a bit, since it happens every single time.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira