Describe the feature you'd like
Request to convert print statements to logger. This conversion will provide better control over the logs in the application.
Eg: https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/fw_utils.py#L475-L477
There was a previous pull request (PR #3591) that addressed this issue, but some print statements still exist in the codebase.