Client side you can use log_pattern property. Server side you can use a custom handler (java.util.logging) or PatternLayout (log4j).
On Mon, Aug 29, 2011 at 12:53 PM, Rud <[email protected]> wrote: > The GAE/GWT issue looks to be my problem. > > How about controlling the formatting of the message output? > > Rud > > > On Aug 29, 2:45 pm, Fred Sauer <[email protected]> wrote: > > Sounds like you may be running into this issue: > > http://code.google.com/p/googleappengine/issues/detail?id=4591 > > > > There's a workaround listed which may help until we get this fixed. > > > > > > > > > > > > > > > > > > > > On Mon, Aug 29, 2011 at 12:31 PM, Rud <[email protected]> wrote: > > > I have gwt-log working to generate server logs for my application. > > > This is only in development mode. Nowhere near production mode, yet. > > > > > I want to control the logging but do not see how to do this. I have > > > gone through Getting Started and all the discussions I can find > > > without finding an answer. > > > > > I have the "logging.properties" set to "FINEST" but only see INFO and > > > higher message. If I set the GWT run configuration to "TRACE" I get > > > more messages or my messages but also all the GWT messages. Is there a > > > way to turn them off? > > > > > How can I control the format? I added log4j-1.2.16.jar but it doesn't > > > seem to have changed anything. I have a log4j.properties file and it > > > is in at the top of the 'classes' directory. It has no affect if I > > > set "log4j.logger.org.apache=ERROR". > > > > > I would suggest adding to Getting Started more information on how to > > > setup server side logging with links to the information needed to, > > > say, the log4j.properties file content. I have yet to find a good > > > reference to what can be controlled through that file. > > > > > Rud > > > > > -- > > > 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. > > > > -- > > 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. > > -- 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.
