Skip to content

Commit

Permalink
Revert "remove fields written into "PartsOrder" (#383)"
Browse files Browse the repository at this point in the history
This reverts commit 2a13872.
  • Loading branch information
rs committed Jul 16, 2022
1 parent 14d6629 commit afdf997
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion console.go
Expand Up @@ -124,7 +124,6 @@ func (w ConsoleWriter) Write(p []byte) (n int, err error) {

for _, p := range w.PartsOrder {
w.writePart(buf, evt, p)
delete(evt, p)
}

w.writeFields(evt, buf)
Expand Down

0 comments on commit afdf997

Please sign in to comment.