Browse Source

pkg/logutil: add godoc on zap encoder field names

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
2271db7552
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pkg/logutil/zap_journald.go

+ 2 - 0
pkg/logutil/zap_journald.go

@@ -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"`