This commit is contained in:
Alex Dadgar
2018-09-15 16:23:13 -07:00
parent 40d095fd1a
commit 260b566c91
65 changed files with 1015 additions and 884 deletions

View File

@@ -751,7 +751,7 @@ func (c *Command) handleReload() {
if s := c.agent.Server(); s != nil {
c.agent.logger.Debug("starting reload of server config")
sconf, err := convertServerConfig(newConf, c.logOutput)
sconf, err := convertServerConfig(newConf, c.agent.logger, c.logOutput)
if err != nil {
c.agent.logger.Error("failed to convert server config", "error", err)
return