We're not doing anything special to optimize around this bug right now:

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6511515

However, we probably could be.  Please file an issue in our issue
tracker and we'll investigate.

On Wed, Oct 13, 2010 at 8:42 AM, Maxim Veksler <ma...@vekslers.org> wrote:
> That's an interesting point. I did not know j.u.l was so slow.
> We need google here, to tell us if their implementation of java.util.logging
> performance is the same as the vanilla Sun's JVM (don't speak the O name).
> If this is the case then It's wise to use logback and live with ERROR / INFO
> only, otherwise I think that a wrapper for logback could be developed that
> will offload to j.u.l for the log levels.
> Maxim.
>
> On Wed, Oct 13, 2010 at 10:54 AM, NickA <nick.julie.armstr...@gmail.com>
> wrote:
>>
>> > Just configuring properly log4j/logback to log to System.err or
>> > System.out should be enough to see messages properly in the AppEngine
>> > console.
>>
>> That's exactly what I used to do but if you read Eurig's blog, that
>> solution doesn't display the correct log levels in the console.
>>
>> "The trouble that I've had is that if you want to make full use of the
>> nice log highlighting GAE supports in its console then all stdout /
>> stderr messages will come through as a warning."
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine for Java" group.
>> To post to this group, send email to
>> google-appengine-j...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to