Skip to content

Commit

Permalink
feat: notice for issue 33320 (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Feb 6, 2025
1 parent b469a5e commit 47d5537
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,18 @@
}
],
"schemaVersion": "1"
},
{
"title": "(cli): SDK traces are logged without verbose logging enabled",
"issueNumber": 32836,
"overview": "Every CLI command is printing a lot of debug traces for AWS SDK calls, regardless of the selected verbosity.",
"components": [
{
"name": "cli",
"version": "2.178.0"
}
],
"schemaVersion": "1"
}
]
}

1 comment on commit 47d5537

@aautio
Copy link

@aautio aautio commented on 47d5537 Feb 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey the issueNumber has a typo here? It should be 33320 but it says "issueNumber": 32836.

Please sign in to comment.