config reporter #7
Reference in New Issue
Block a user
Delete Branch "konstantinmds/visedriver:feature/6-config-reporter-new"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
86bf9b10aftoe4cf7d6960e4cf7d6960to6619afe62b@@ -0,0 +82,4 @@switch level {case "DEBUG":c.logger.Debugf("%s: %s", cv.Key, value)Debugf is not printf, you probably want something like
c.logger.Debugf("config set", cv.Key, value)hey just drop the "configuration report" logline (just leave the actual set lines) and we can merge. thanks!