简体   繁体   English

在Google App Engine中读取日志

[英]reading logs in google app engine

after launching your app on google app engine. 在Google App Engine上启动您的应用程序之后。 you can use the 'logs' page in the admin console to see a how many requests were made, any http:// 404 errors etc. 您可以使用管理控制台中的“日志”页面查看发出了多少请求,任何http:// 404错误等。

It's hard to make sense of how many visitors you really got and or others. 很难弄清您真正吸引了多少访客或其他访客。

Am I missing something here ? 我在这里想念什么吗? Can somebody tell me how to read logs on a google app engine. 有人可以告诉我如何在Google App引擎上阅读日志。

Many Thanks 非常感谢

The logs are not meant to control site visits. 日志无意控制站点访问。 For that you should use google analytics . 为此,您应该使用Google Analytics(分析)

您可以使用appcfg工具以Apache日志格式下载请求日志。

In essence, google kinda expects you to use Google Analytics (being it their tool :-) ) 本质上,google kinda希望您使用Google Analytics(分析)(是他们的工具:-))

What you could do however, is add some kind of loggin, where you'd simply write to a text-file, or call some kind of webservice that would do it for you. 但是,您可以做的是添加某种loggin,您只需在其中写入文本文件,或调用某种可以为您完成的web服务。

Cheers 干杯

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM