aws / aws/sagemaker-hyperpod-cli

Standardize logging implementation to eliminate inconsistent formatting

Open
#169 1 comment 0 reactions 1 assignee Claimed by @papriwal View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.