diff --git a/pkg/commands/nuke/nuke.go b/pkg/commands/nuke/nuke.go index 3a4f6237..b0d17340 100644 --- a/pkg/commands/nuke/nuke.go +++ b/pkg/commands/nuke/nuke.go @@ -73,6 +73,7 @@ func execute(c *cli.Context) error { //nolint:funlen,gocyclo parsedConfig, err := config.New(libconfig.Options{ Path: c.Path("config"), Deprecations: registry.GetDeprecatedResourceTypeMapping(), + Log: logrus.WithField("component", "config"), }) if err != nil { logrus.Errorf("Failed to parse config file %s", c.Path("config"))