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 89116fc commit dd087ffCopy full SHA for dd087ff
pkg/alertmanager/mesh.go
@@ -38,7 +38,7 @@ type promLog struct{}
38
39
// Printf implements the mesh.Logger interface.
40
func (p promLog) Printf(format string, args ...interface{}) {
41
- level.Info(util.Logger).Log(fmt.Sprintf(format, args...))
+ level.Info(util.Logger).Log("msg", fmt.Sprintf(format, args...))
42
}
43
44
func initMesh(addr, hwaddr, nickname, pw string) *mesh.Router {
0 commit comments