How to efficiently use logging in Google App Engine python application? -
how can print log messages debugging purposes in google cloud endpoints frameworks application implemented in python?
since cloud endpoints apps deployed on app engine, followed app engine's docs on reading , writing application logs, , tried find log messages on gae console logs.
that did not though using available filters, since log entries have hundreds of lines of nested json objects, , log message buried in among metadata , unrelated info in 1 log entry.
is there way print , view log messages simple python application running on local machine?
Comments
Post a Comment