Reputation: 6157
For a few days now, my App Engine logging console has been behind for a steady 2-5 hours. That is, any logging messages appear in the console over 2 hours after they've been generated.
Sadly, there are parts of the application I can not test locally (OAuth-style callbacks, etc). All apps are written in Python.
Has anyone ever had this kind of problem? Any solutions, workarounds?
Upvotes: 2
Views: 112
Reputation: 6157
This turned out to be an issue with the timezone setting, reported by many.
Upvotes: 2