Google-cloud-node: logging: Can't set "partialSuccess"

Created on 1 Jun 2016  路  7Comments  路  Source: googleapis/google-cloud-node

This is possible with the google-api-nodejs-client, but my naive attempt to do this fails:

log.write(entries, {partialSuccess: true}, cb)
bug blocked logging

Most helpful comment

Hey,
looks like the proto file on Github was last updated in January.
I'll check what's the process of updating it.

All 7 comments

Good catch. That's where it should go, and it should work, but it looks like the proto file doesn't specify it as an option: https://github.com/googleapis/googleapis/blob/master/google/logging/v2/logging.proto#L69

cc: @filipjs

Hey,
looks like the proto file on Github was last updated in January.
I'll check what's the process of updating it.

Update is in progress, should be done shortly

The updated logging protos are now available at https://github.com/googleapis/googleapis/tree/master/google/logging

Thanks, @ethanbao!

@zbjornson PR incoming.

@zbjornson until our next release, you can install from master:

$ npm install --save googlecloudplatform/gcloud-node

Thank you all!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sporkd picture sporkd  路  5Comments

ddunkin picture ddunkin  路  3Comments

positlabs picture positlabs  路  3Comments

VikramTiwari picture VikramTiwari  路  3Comments

hvolschenk picture hvolschenk  路  4Comments