Update main.go
This commit is contained in:
parent
22443d81ce
commit
fc346be614
|
@ -34,7 +34,7 @@ func init() {
|
|||
contentTag += ":" + len(request.Alerts.Firing)
|
||||
}
|
||||
|
||||
content := fmt.Sprintf("[%s] %s", contentTag strings.Join(request.CommonAnnotations.Values()," "))
|
||||
content := fmt.Sprintf("[%s] %s", contentTag, strings.Join(request.CommonAnnotations.Values()," "))
|
||||
logger = logger.WithField("body", content)
|
||||
|
||||
ok := false
|
||||
|
|
Loading…
Reference in New Issue