Pranjul Kalsi

Results 45 comments of Pranjul Kalsi

@kavirajk First of all my bad, I didn't run the test locally. After checking it on my branch (feat/logging) and on a clean clone of main, it consistently fails in...

@kavirajk Thanks for your feedback I have reworked the implementation and updated a few things ### Initial approach ```go LogLevel slog.Level ``` But this would cause ambiguity in the special...

@kavirajk I have added the required methods in the new test.

@kavirajk thank for looking into this. If you could just point out what changes are needed. I'll implement.

@ClementGautier may I work on this?

@anubhav756 #### Proposal Source: gcloud-logging Will Support Auth (Application Default Credentials, OAuth for user-delegated access) Tools (Use official Google Cloud Logging Go SDK) 1. gcloud-logging-query 2. gcloud-logging-stream 3. gcloud-logging-list-log-names (helps...

### Source > Your proposal mentions using the official Google Cloud Logging Go SDK. Are there also plans to call the REST API directly? `logadmin` exposes only list/query operations. `logging/apiv2` ...

@anubhav756 It's been a while can you review this and give feedback ?