On Mon, Nov 17, 2008 at 10:55 AM, David Durham, Jr.
<[EMAIL PROTECTED]> wrote:
> Hi all, I'm trying to setup log4j with GWT in hosted mode, and it
> looks like GWT will set the system property
>
> org.apache.commons.logging.Log
>
> to something like:
>
>   com.google.gwt.dev.shell.tomcat.CommonsLoggerAdapter
>
> I did a search through the GWT code for "commons":
>
>  http://tinyurl.com/5wcgzo

Actually, I see this in EmbeddedTomcatServer:

    String adapterClassName = CommonsLoggerAdapter.class.getName();
    System.setProperty("org.apache.commons.logging.Log", adapterClassName);

Odd, but my server-side log messages don't even appear to make it to
this logger.  I'd still like to be able to override this value.

Thanks for any help,
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to