summaryrefslogtreecommitdiff
path: root/modules/logging/filters.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/logging/filters.go')
-rw-r--r--modules/logging/filters.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/logging/filters.go b/modules/logging/filters.go
index 52db2fe..cd3bbb1 100644
--- a/modules/logging/filters.go
+++ b/modules/logging/filters.go
@@ -27,9 +27,7 @@ func init() {
}
// LogFieldFilter can filter (or manipulate)
-// a field in a log entry. If delete is true,
-// out will be ignored and the field will be
-// removed from the output.
+// a field in a log entry.
type LogFieldFilter interface {
Filter(zapcore.Field) zapcore.Field
}