Skip to content

Commit

Permalink
Correct the command_url logged. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpkent authored Aug 4, 2021
1 parent e39633f commit 8ca16e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/backend/concentratord/concentratord.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (b *Backend) dialCommandSock() error {
}

log.WithFields(log.Fields{
"command_url": b.eventURL,
"command_url": b.commandURL,
}).Info("backend/concentratord: connected to command socket")

return nil
Expand Down

0 comments on commit 8ca16e9

Please sign in to comment.