Re: [google-appengine] filter logs by user?

2014-03-01 Thread stephanos
Thanks for your thoughtful comments! :) On Saturday, March 1, 2014 6:54:34 AM UTC+1, Vinny P wrote: On Fri, Feb 28, 2014 at 2:44 AM, stephanos stephan...@gmail.comjavascript: wrote: Thanks for your detailed answer, Vinny! We don't use Google authentication but our own, so I guess we are

Re: [google-appengine] filter logs by user?

2014-02-28 Thread stephanos
Thanks for your detailed answer, Vinny! We don't use Google authentication but our own, so I guess we are out of luck and have to resort to matching simple log messages. I'm wondering, regular expression wise, what would be the best way to mark each request with the user and company name. The

Re: [google-appengine] filter logs by user?

2014-02-28 Thread Vinny P
On Fri, Feb 28, 2014 at 2:44 AM, stephanos stephan.beh...@gmail.com wrote: Thanks for your detailed answer, Vinny! We don't use Google authentication but our own, so I guess we are out of luck and have to resort to matching simple log messages. I'm wondering, regular expression wise, what

Re: [google-appengine] filter logs by user?

2014-02-27 Thread Vinny P
On Wed, Feb 26, 2014 at 8:35 AM, stephanos stephan.beh...@gmail.com wrote: we would like to filter our logs by user as well as by company. The dashboard provides filtering by Labels and explains that these are regular expressions for filtering Apache Combined logs. It also lists a few valid

[google-appengine] filter logs by user?

2014-02-26 Thread stephanos
Hey everybody, we would like to filter our logs by user as well as by company. The dashboard provides filtering by Labels and explains that these are regular expressions for filtering Apache Combined logs. It also lists a few valid labels including user and identd_user. How can I specify the