diff --git a/cmd/server-main.go b/cmd/server-main.go index ad0bc6649..9f14faedf 100644 --- a/cmd/server-main.go +++ b/cmd/server-main.go @@ -381,7 +381,7 @@ func serverMain(ctx *cli.Context) { // Initialize notification system. if err = globalNotificationSys.Init(newObject); err != nil { - logger.Fatal(err, "Unable to initialize notification system") + logger.LogIf(context.Background(), err) } globalObjLayerMutex.Lock()