diff --git a/logger/fields.go b/logger/fields.go index 959b5c424a..0c5fe0a1f2 100644 --- a/logger/fields.go +++ b/logger/fields.go @@ -69,7 +69,7 @@ func OperationEventStart() zapcore.Field { return zap.String(OperationEventKey, eventStart) } -// OperationEventFinish returns a field for tracking the end of an operation. +// OperationEventEnd returns a field for tracking the end of an operation. func OperationEventEnd() zapcore.Field { return zap.String(OperationEventKey, eventEnd) }