Download Log from AppEngine Including Python Log Statements

后端 未结 4 478
眼角桃花
眼角桃花 2020-12-14 09:04

I know you can download the raw access logs with appcfg.py, but I\'m really interested in all the information around a specific request like python logging statements, excep

4条回答
  •  死守一世寂寞
    2020-12-14 09:30

    Here is a way to access raw logs so you can further processing without custom parsing (also for me request_logs is not downloading all the data for specified time frame).

    Here is an app which runs in the appengine itself: https://gaelogapp.appspot.com/

    You can easily add this functionality to your app with updates to app.yaml and copy logs.py: https://github.com/okigan/gaelogapp

提交回复
热议问题