Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google App Engine Dev Server Logs Location

Tags:

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.

like image 358
Phil Avatar asked May 18 '10 15:05

Phil


People also ask

What are Google server logs?

Like most websites, our servers automatically record the page requests made when you visit our sites. These “server logs” typically include your web request, Internet Protocol address, browser type, browser language, the date and time of your request, and one or more cookies that may uniquely identify your browser.

How do you read app logs?

On a Windows computer: Inside the Control Panel, find System & Security. From there, go to Administrative Tools and then the Event Viewer. Open Windows Logs and choose Application. This will show you all the application logs saved on your computer.


1 Answers

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.

like image 124
zengabor Avatar answered Oct 19 '22 03:10

zengabor