Adrien,
On Tue, Feb 24, 2009 at 6:42 AM, AdrienA <[email protected]> wrote:

>
> No, in my case the application is deployed on a Tomcat server even if
> i'm running in hosted mode.
>
> Neverminds, new it's working.
>
> I have another question : it seems to work only if the default
> PatternLayout is configured in the log4j.xml.
>
> When i configure a customized PatternLayout , it doesn't work anymore
> for me.
>
> Is it something known or the problem come from me or my application ?


The log4j logger used on the server is obtained as follows:
   Logger.getLogger("gwt-log");

You should be able to use the normal log4j configuration methods such as
including a log4j.xml config file.

To help troubleshoot this, set this system property on the server JVM
  -Dlog4j.debug=true


Fred


>
> Thanks for your help.
>
>
> >
>


-- 
Fred Sauer
Developer Advocate
Google Inc. 1600 Amphitheatre Parkway
Mountain View, CA 94043
[email protected]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-log" 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/gwt-log?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to