Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to remove "cannot delete default ..." messages using warn or error log level setting #484

Open
lestephane opened this issue Dec 28, 2024 · 1 comment

Comments

@lestephane
Copy link

aws-nuke version v3.31.0

I'm having to add excludes for resource types that cause verbosity that I have no influence over

resource-types:
  excludes:
    # --- Remove verbosity from nuke output ---
    - CodePipelineCustomActionType # "cannot delete default codepipeline custom action type"
    - CodeDeployDeploymentConfig # "cannot delete default codedeploy config" 

I tried LOGLEVEL warn and error, to no avail. These messages are informational, and pollute the output.

These are just two examples.

@ekristen
Copy link
Owner

You want the quiet switch. --quiet or -q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants