We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffd20b7 + f658495 commit fd0e9c0Copy full SHA for fd0e9c0
zerologcfg/log.go
@@ -61,7 +61,7 @@ func Hook(projectID string) zerolog.Hook {
61
return &cloudLoggingHook{ProjectID: projectID}
62
}
63
64
-func (h cloudLoggingHook) Run(e *zerolog.Event, level zerolog.Level, msg string) {
+func (h *cloudLoggingHook) Run(e *zerolog.Event, level zerolog.Level, msg string) {
65
// https://cloud.google.com/logging/docs/structured-logging
66
67
// CallerSkipFrameCount is the number of stack frames to skip to find the
0 commit comments