This is something that has bothered me for a while, so I figured I'd do something about it now since I'm playing in the logging code lately. The `console` encoder doesn't actually match the defaults that zap's default logger uses. This makes it match better with the rest of the logs when using the `console` encoder alongside somekind of filter, which requires you to configure an encoder to wrap. |
||
|---|---|---|
| .. | ||
| encoders.go | ||
| filewriter.go | ||
| filterencoder.go | ||
| filters.go | ||
| filters_test.go | ||
| netwriter.go | ||
| nopencoder.go | ||