Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Sep 12, 2023
1 parent 6c6f179 commit 3dac104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interceptors/logging/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func newCommonFields(kind string, c interceptors.CallMeta) Fields {
}
}

// disableCommonLoggingFields returns copy of common fields with disabled fields.
// disableCommonLoggingFields returns copy of common fields with disabled fields removed.
func disableCommonLoggingFields(kind string, c interceptors.CallMeta, disableFields []string) Fields {
commonFields := newCommonFields(kind, c)

Expand Down

0 comments on commit 3dac104

Please sign in to comment.