aws / aws/sagemaker-hyperpod-cli
Standardize logging implementation to eliminate inconsistent formatting
Open
- Dominant language
- Python
- Stars
- 41
- Forks
- 95
- Avg merge
- 23h 5m
- Merged PRs (30d)
- 8
Description
We currently implement user-facing logs directly with click.secho and logger.info at various locations throughout the codebase. This approach creates inconsistent formatting across our project.
## Proposed Solution
We should standardize our logging implementation to:
- Eliminate inconsistent formatting for all user-facing messages
- Create a unified logging experience
- Centralize logging logic for easier maintenance
## Expected Outcome
Users will receive consistently formatted messages that improve readability and comprehension of system status and actions.
Contributor guide
Assessment
This issue has not been assessed yet.