« Return to Thread: Some consideration on GeoServer logging

Re: Some consideration on GeoServer logging

by Martin Desruisseaux-2 :: Rate this Message:

Reply to Author | View in Thread

Andrea Aime a écrit :
> So to sum up and check if I understand properly:
> * we create a java.util.logger.Logger subclass, CommonLogger, that
>   delegates everything to commons logging
> * we switch all Logger.getLogger(xxx) methods to a special gt2
>   utility class that will return either the plain java logging
>   logger, or the CommonLogger, depending on a configuration
> * we'll have some way to switch gt2 logging one way or the other
>   (and the same will have to work for GeoServer as well).

Yes exactly. And as you said in your next email, CommonLogger would not invoke
java logging at all.

So I will open a JIRA task in a few hours, unless there is objection.

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@...
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

 « Return to Thread: Some consideration on GeoServer logging