Skip to content

Commit 8274f33

Browse files
authored
Hide logging all GeoTools factory implementations (#1837)
2 parents c9527ab + b91577d commit 8274f33

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ logging.group.auth=org.tailormap.api.security
228228
logging.group.prometheus=org.tailormap.api.prometheus
229229
logging.group.solr=org.tailormap.api.solr
230230

231+
# Hide logging all factory implementations
232+
logging.level.org.geotools.util.factory=WARN
233+
231234
# Hibernate Envers configuration
232235
# Use this to enable/disable Envers auditing
233236
spring.jpa.properties.hibernate.integration.envers.enabled=false

0 commit comments

Comments
 (0)