Skip to content
Snippets Groups Projects
Commit fa2242c6 authored by ensiouel's avatar ensiouel
Browse files

fix key field

parent 640ec846
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ func Object(v any) zapcore.Field { ...@@ -38,7 +38,7 @@ func Object(v any) zapcore.Field {
default: default:
object = unknownObject object = unknownObject
} }
return zap.String("value", object) return zap.String("object", object)
} }
type callerKey struct{} type callerKey struct{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment