From 8424f9411e9fe9cb6bd242fb9075de1c452facf0 Mon Sep 17 00:00:00 2001 From: Alex Yu Date: Thu, 15 Nov 2018 21:50:15 -0500 Subject: [PATCH] promlog: add comment for Config Signed-off-by: Alex Yu --- promlog/log.go | 1 + 1 file changed, 1 insertion(+) diff --git a/promlog/log.go b/promlog/log.go index a631a133b..059b2aef0 100644 --- a/promlog/log.go +++ b/promlog/log.go @@ -73,6 +73,7 @@ func (f *AllowedFormat) Set(s string) error { return nil } +// Config is a struct containing configurable settings for the logger type Config struct { Level *AllowedLevel Format *AllowedFormat