Skip to content

Commit 8ca16e9

Browse files
authored
Correct the command_url logged. (#197)
1 parent e39633f commit 8ca16e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/backend/concentratord/concentratord.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (b *Backend) dialCommandSock() error {
9090
}
9191

9292
log.WithFields(log.Fields{
93-
"command_url": b.eventURL,
93+
"command_url": b.commandURL,
9494
}).Info("backend/concentratord: connected to command socket")
9595

9696
return nil

0 commit comments

Comments
 (0)