donot log sensitive message to logs, fix #1949

This commit is contained in:
Wenkai Yin 2017-04-07 17:58:57 +08:00
parent afdbcc2b62
commit ff9a64c631

View File

@ -62,7 +62,7 @@ func (c *cfgStore) Read() (map[string]interface{}, error) {
str, ok := v.(string)
if !ok {
log.Warningf("%v is not string, skip decrypt", v)
log.Warningf("the value of %s is not string, skip decrypt", key)
continue
}