Update main.go

This commit is contained in:
Martin/Geno 2019-06-17 15:16:51 +02:00
parent 22443d81ce
commit fc346be614
1 changed files with 1 additions and 1 deletions

View File

@ -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