user375348
user375348

Reputation: 789

Changing time zone in appengine admin logs

Is there a way to change the timz zone of the appengine admin logs? My problem is that when I read the admin log, I always have to compute the time of the error in my local time zone. I'd like the logs to display either my local time or to say "X hours ago".

How can I do?

Thanks.

Upvotes: 1

Views: 1556

Answers (3)

Albert
Albert

Reputation: 3651

Update: This is now possible by changing the value of "Time Zone" inside the "Jump to date" menu in the Google Cloud Console Logs Viewer.

Upvotes: 2

systempuntoout
systempuntoout

Reputation: 74094

Have a look to this Greasemonkey extension.

It adjusts Google App Engine's log timezone(PST) to your local timezone

Upvotes: 3

Shay Erlichmen
Shay Erlichmen

Reputation: 31928

Not possible yet, there are two features requests about it:

The only work around that I can offer you will be to explicit log your local time.

Upvotes: 1

Related Questions