Skip to content

Commit

Permalink
Include domain in mailroom startup logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Aug 10, 2021
1 parent 7bd035f commit 69cf6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailroom.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (mr *Mailroom) Start() error {
mr.webserver = web.NewServer(mr.ctx, c, mr.rt.DB, mr.rt.RP, mr.rt.MediaStorage, mr.rt.ES, mr.wg)
mr.webserver.Start()

logrus.Info("mailroom started")
logrus.WithField("domain", c.Domain).Info("mailroom started")

return nil
}
Expand Down

0 comments on commit 69cf6c4

Please sign in to comment.