Well... the datastore is quite diligent about logging *all* sql
statements that it produces, it does so at the FINE level. I believe
that is what the other jdbc datastores do as well.

I would be happy to turn down the logging level just for the tests. Not
sure exactly how to do this... is there a level that maven will not log
at? I guess i could maybe grab the logger and turn up the level...

Jody Garnett wrote:
> Any one else find an explosion of log messages when building trunk ... 
> looks like the h2 module?
> 
> Here is a sample:
>> CREATE ALIAS GeomFromText for 
>> "org.openplans.spatialdbbox.JTS.GeomFromText";
>> DROP TABLE "geotools"."ft1"; COMMIT;
>> DROP TABLE "geotools"."ft2"; COMMIT;
>> DROP SCHEMA "geotools"; COMMIT;
>> CREATE SCHEMA "geotools";
>> CREATE TABLE "geotools"."ft1" ("id" int AUTO_INCREMENT(1) PRIMARY KEY, 
>> "geometry" BLOB, "intProperty" int, "doubleProper
>> ty" double, "stringProperty" varchar)
> Jody
> 
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Geotools-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
> 
> !DSPAM:4007,47659ace285927180515871!
> 


-- 
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to