docs(logger): fix incorrect doc string (#23442)
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>pull/23723/head
parent
c433342830
commit
91623ddc21
|
@ -69,7 +69,7 @@ func OperationEventStart() zapcore.Field {
|
||||||
return zap.String(OperationEventKey, eventStart)
|
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 {
|
func OperationEventEnd() zapcore.Field {
|
||||||
return zap.String(OperationEventKey, eventEnd)
|
return zap.String(OperationEventKey, eventEnd)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue