Strabon
changeset 1379:433bcbcee139
added configurable statement in log4j.properties for debugging queries in PostGIS
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Wed Sep 17 11:06:40 2014 +0300 (2014-09-17) |
parents | 5278d51fba75 |
children | 00fab406f0d6 |
files | runtime/src/main/resources/log4j.properties |
line diff
1.1 --- a/runtime/src/main/resources/log4j.properties Wed Sep 17 10:35:43 2014 +0300 1.2 +++ b/runtime/src/main/resources/log4j.properties Wed Sep 17 11:06:40 2014 +0300 1.3 @@ -21,3 +21,4 @@ 1.4 log4j.logger.org.openrdf.query.parser.QueryParserRegistry=INFO 1.5 log4j.logger.org.openrdf.sail.generaldb.managers.TripleTableManager=INFO 1.6 log4j.logger.info.aduna.lang.service.ServiceRegistry=INFO 1.7 +#log4j.logger.org.openrdf.sail.postgis.evaluation.PostGISEvaluation=DEBUG