[Geoserver-devel] [jira] (GEOS-6416) Logging bypasses JDBCConfig on start up

Kevin Smith created an issue

GeoServer / BugGEOS-6416

Logging bypasses JDBCConfig on start up

Issue Type:

BugBug

Affects Versions:

2.5, 2.4.3

Assignee:

Kevin Smith

Components:

JDBCConfig, Main

Created:

26/Mar/14 6:23 PM

Priority:

MinorMinor

Reporter:

Kevin Smith

When starting up, the logging system initializes itself by reading logging.xml directly from the file system rather than using the Config API which JDBCConfig works with. So changes made to the logging system are stored in the database, but are ignored during start up.

To replicate: Set up with JDBCConfig, make wms requests, and they appear in the log at INFO level, change logging level to PRODUCTION and they stop being logged, restart and the INFO level messages will start being logged again, look in the Global Settings and PRODUCTION will still be selected, even though the INFO messages are being logged.

As a workaround, add logging.xml to the data directory with the settings you want.

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo