You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far the logs are pretty minimalistic, I think it is a good idea to integrate a structured logger which also gets metadata attached. By default it's human-readable formatted and optionally can get switched to json output.
Options could be the recent golang slog package or github.com/rs/zerolog.