pkg/logutil: add godoc on zap encoder field names

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee
2018-04-26 11:35:25 -07:00
parent 6d0f71e4c2
commit 2271db7552

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