Mark, Glad you like it! Unfortunately, this isn't open source. We store and index log entries in BigTable rather than append to a file, so it wouldn't be particularly useful to most users of Java logging.
I could have sworn I've seen this feature in Glassfish's admin GUI before, but I might be thinking of a different feature. I've also seen people use Splunk which collects and indexes logs, displaying them in a pretty slick web interface. It's not open source, but there is a free version that handles a reasonable amount of logging before requiring a paid upgrade. On Wed, Nov 11, 2009 at 9:59 AM, fence <[email protected]> wrote: > > I love the way that the google app engine does logs. It's very useful > to filter by info / error / warn and then just click the + to expand > the message complete with stack trace. > > I want be able to do this with my spring app in a normal tomcat / > glassfish container. Is this backed by some open source software that > might make this possible? > --~--~---------~--~----~------------~-------~--~----~ > 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 > [email protected] > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en > -~----------~----~----~----~------~----~------~--~--- > > -- Ikai Lan Developer Programs Engineer, Google App Engine -- 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 [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-appengine-java?hl=.
