From 6c051cd27d3b0c61b103a58dce9f779481fa993b Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Fri, 29 May 2020 11:49:21 -0600 Subject: caddyconfig: Minor internal and godoc tweaks --- modules/logging/filters.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/logging') 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 } -- cgit v1.2.3