java - My logs appear only an hour after the actual request on Google App Engine -
to clarify: there several problems i'm facing here, annoying of app engine logs appear late in admin console. think may related, why i'm grouping them together.
i testing app after uploading google app engine 2 hours ago, , tweaking code , re-deploying. use eclipse plugin , says deployed successfully. did not change version number @ first, , apparently changes not being reflected on server @ all. found out because logs showed old build number.
at point in time, logs being updated real-time, , see logs requests took place seconds ago.
anyway, figured needed change version numbers, did , re-deployed, , made new version default. after logs remained empty, though testing app continuously. , none of logs of of versions showed latest requests.
i checked logs half hour back, , now shows me logs requests making then. requests made @ point in time didn't show either - apparently i'll have wait hour them show.
am doing wrong, or there app engine mechanism don't understand?
this sounds odd, know. , couldn't find on google.
problem 1: described above.
problem 2: need change version numbers anytime make tiny change?
problem 3: when make changes servlet while testing on local dev server, takes approximately 3-4 minutes reflect changes when test app, if stop , restart server. jsp changes reflect immediately.
i see same behavior: on initial deployment of app, log messages seemed appear real-time, after couple of days , lots of deployments, see delays of 30 minutes. known issue, apparently: http://code.google.com/p/googleappengine/issues/detail?id=3338.
not required. after deployment, changed code without changes version number available on appengine.
Comments
Post a Comment