You can use the logs.list method <https://cloud.google.com/logging/docs/reference/v2/rest/v2/logs/list> to list the logs from Stackdriver for a project. To store it in a bucket you can put the results of the logs.list method into a text file and upload if to GCS.
On Thursday, September 27, 2018 at 11:33:57 AM UTC-6, [email protected] wrote: > > > Hi Googlres , > > We have an issue, using app-engine 1.9.37 with java8. > > Our mission is to use CRON.xml to export every week "last week logs" > automatically with API , and store it in Storage pre-defined bucket. > > I've read the documentation : > https://cloud.google.com/logging/docs/reference/v2/rest/ > > and still didn't find any solution cause there are plenty of different > API's and i'm little confused what to use. > > We are using StackDrive logs , Attached snapshots below of our logs as > example. > > > please suggest the right API to use :) > > > > thanks > -- 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/8ae2cc70-8d8d-416f-86a1-197599972deb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
