gphotosuploader / google-photos-api-client-go

Google Photos API client for your Go apps
https://pkg.go.dev/github.com/gphotosuploader/google-photos-api-client-go/v3
MIT License
41 stars 20 forks source link

Disable DEBUG log on each request #56

Closed pacoorozco closed 3 years ago

pacoorozco commented 3 years ago

Is your feature request related to a problem? Please describe. This package writes a log line to stdErr for each request. There is not way to disable it.

Describe the solution you'd like Disable DEBUG log by default.

Describe alternatives you've considered Add a new option to enable/disable this DEBUG log