Getting logging.debug() to work on Google App Engine/Python

前端 未结 4 1010
余生分开走
余生分开走 2021-01-03 19:33

I\'m just getting started on building a Python app for Google App Engine. In the localhost environment (on a Mac)

I\'m trying to send debug info to the GoogleAppEng

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-03 20:17

    In case someone is using the Windows Google Application Launcher. The argument for debug can be set under Edit > Application Settings

    In the Extra Command Line Flags, add --log_level=debug

提交回复
热议问题