Ben Guild
Ben Guild

Reputation: 5116

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

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.

Upvotes: 1

Views: 170

Answers (0)

Related Questions