Skip to content

Commit 275881a

Browse files
damneveralexqyle
authored andcommitted
Fix alertmanager log message (cortexproject#4801)
Signed-off-by: Xiaochao Dong (@damnever) <[email protected]> Signed-off-by: Alex Le <[email protected]>
1 parent 9c3efbc commit 275881a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/alertmanager/multitenant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ func (am *MultitenantAlertmanager) starting(ctx context.Context) (err error) {
477477
am.subservicesWatcher.WatchManager(am.subservices)
478478

479479
// We wait until the instance is in the JOINING state, once it does we know that tokens are assigned to this instance and we'll be ready to perform an initial sync of configs.
480-
level.Info(am.logger).Log("waiting until alertmanager is JOINING in the ring")
480+
level.Info(am.logger).Log("msg", "waiting until alertmanager is JOINING in the ring")
481481
if err = ring.WaitInstanceState(ctx, am.ring, am.ringLifecycler.GetInstanceID(), ring.JOINING); err != nil {
482482
return err
483483
}

0 commit comments

Comments
 (0)