mirror of
https://github.com/caddyserver/caddy.git
synced 2026-08-27 04:07:28 +00:00
caddyconfig: Minor internal and godoc tweaks
This commit is contained in:
parent
9415feca7c
commit
6c051cd27d
4 changed files with 11 additions and 14 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue