Really simple question. I'm on Ubuntu 9.04 (I'm new to Ubuntu) and I can't find the dev server logs for GAE. Could somebody tell me where they are? Googling hasn't returned any result.
Asked
Active
Viewed 7,673 times
25
-
7To whomever suggested that this should be moved to serverfault: this very definitely belongs on stackoverflow. This question is not really related to servers as such; it is about a component of the AppEngine SDK. Very related. – Adam Crossland May 18 '10 at 16:17
-
2It would be great if there was a link to the logs in http://localhost:8080/_ah/admin like the local datastore viewer. Perhaps this would be a good feature request. – Taylor Leese May 18 '10 at 20:39
-
3possible duplicate of [Where does GoogleAppEngineLauncher keep the local log files?](http://stackoverflow.com/questions/2844635/where-does-googleappenginelauncher-keep-the-local-log-files) – Bjorn May 19 '10 at 15:21
1 Answers
16
I think I had the same question, and got an answer: Where does GoogleAppEngineLauncher keep the local log files? (It's a Mac, not Ubuntu, but otherwise the question seems to be similar.)
In short: it turns out that these logs are not saved to a physical file but you can modify the source code to get this result. Details are described at the above link.