I have a small project that runs on GAE Standard, and I was wondering if it was possible to avoid wrapping/importing the cloud.google.com/go/logging
package at this point?
The goal is to some structured logging with different levels (INFO, WARN, etc.) and avoid having to do platform specific targeting, ie. running locally versus on GAE.