We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39633f commit 8ca16e9Copy full SHA for 8ca16e9
internal/backend/concentratord/concentratord.go
@@ -90,7 +90,7 @@ func (b *Backend) dialCommandSock() error {
90
}
91
92
log.WithFields(log.Fields{
93
- "command_url": b.eventURL,
+ "command_url": b.commandURL,
94
}).Info("backend/concentratord: connected to command socket")
95
96
return nil
0 commit comments