Logging Google App Engine application

后端 未结 4 1038
野性不改
野性不改 2020-12-30 02:47

I have made my GAE application using the development server, but now when I deploy it to GAE cloud, some features don\'t work (some elements are missing), but no exceptions

4条回答
  •  萌比男神i
    2020-12-30 03:44

    Google App Engine applications written in Java can write information to the log files using java.util.logging.Logger. Log data for an application can be viewed and analyzed using the Administration Console, or downloaded using appcfg.sh request_logs.

    More info in the Logging documentation.

提交回复
热议问题