pkg/logutil: add godoc on zap encoder field names

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.4
Gyuho Lee 2018-04-26 11:35:25 -07:00
parent 6d0f71e4c2
commit 2271db7552
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ type journaldWriter struct {
io.Writer
}
// WARN: assume that etcd uses default field names in zap encoder config
// make sure to keep this up-to-date!
type logLine struct {
Level string `json:"level"`
Caller string `json:"caller"`