Justin Deoliveira ha scritto: > Hi folks, > > I submitted a patch for GEOS-2284. What this patch does preserver any > non file and non console appenders when configuring or reconfiguring > GeoServer logging. The rationale being to allow other appenders to > remain in tact. > > My specific use case here is for the mac installer. Since on mac os > starting GeoServer or an application won't fire up a console to capture > the logs I needed another way to capture them. However as soon as > logging in gs gets configured my appender is wiped out. > > So, so if someone could review the patch for me that would be great. Thanks.
Here we go. Hum, logging should not be configured with GeoServer.configureGeoServerLogging, after the changes for http://jira.codehaus.org/browse/GEOS-1671 nothing is using that method anymore (at least on my checkout), and afaik it wasn't used by startup code even before that change (only test setup used it). The code that actually does something is in LoggingInitializer, the method is basically the same. Besides this the patch looks good to me. Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
