The 'logservice' API deals specifically with reading and writing App Engine request and application logs. You can read the documentation <https://cloud.google.com/appengine/docs/python/refdocs/google.appengine.api.logservice.logservice> for details on features, but reading private non-App Engine logs such as Data Access audit logs isn't available as this is outside the scope of the service.
However, nothing is stopping you from simply using the Stackdriver Logging API from your App Engine app. On Friday, December 9, 2016 at 9:28:18 AM UTC-5, Anastasios Hatzis wrote: > > In Cloud Console's IAM I have noticed the role logging.privateLogViewer > > According to the Stackdriver documentation > <https://cloud.google.com/logging/docs/basic-concepts#private_logs>, > certain logs are marked as "private". Is this feature also available in app > logging inside App Engine for Python (2.7) Standard environment? Maybe an > optional parameter I can pass with the log message? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/7fd2deb4-e16b-466c-862c-67022eda8651%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
