diff --git a/cmd/neofs-node/morph.go b/cmd/neofs-node/morph.go index b41a6b7c44..e97ee5ee83 100644 --- a/cmd/neofs-node/morph.go +++ b/cmd/neofs-node/morph.go @@ -82,7 +82,7 @@ func initMorphComponents(c *cfg) { fatalOnErr(err) } - c.log.Debug("notary support", + c.log.Info("notary support", zap.Bool("sidechain_enabled", c.cfgMorph.notaryEnabled), ) diff --git a/pkg/innerring/innerring.go b/pkg/innerring/innerring.go index 53d5f1956e..2d2457fccb 100644 --- a/pkg/innerring/innerring.go +++ b/pkg/innerring/innerring.go @@ -411,7 +411,7 @@ func New(ctx context.Context, log *logger.Logger, cfg *viper.Viper, errChan chan !server.withoutMainNet && server.mainnetClient.ProbeNotary(), // if mainnet disabled then notary flag must be disabled too ) - log.Debug("notary support", + log.Info("notary support", zap.Bool("sidechain_enabled", !server.sideNotaryConfig.disabled), zap.Bool("mainchain_enabled", !server.mainNotaryConfig.disabled), )