Possible to use `log/slog` in Go v1.21 with App Engine Standard?

141 views Asked by At

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.

0

There are 0 answers