aws / aws/aws-encryption-sdk-c
cleanup logging in KMS keyring
Open
- Dominant language
- C
- Stars
- 63
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
Logging in KMS keyring calls some things errors that are not errors.
It also buffers up error messages and emits them together, which is not an ideal design.
Revisit this.
Contributor guide
Research direction
Start by locating the KMS keyring logging code and trace where messages are classified and buffered. Review the existing logging behavior and determine which conditions are not errors. Done means non-error events use appropriate severity and error messages are emitted without being buffered together, but the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cryptography, security
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100