Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a3330a

Browse files
nargokulpintaoz-aws
authored andcommittedDec 4, 2024
Add Rich Logging to Model Builder (#1604)
1 parent df990c0 commit 1a3330a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/sagemaker/serve/builder/model_builder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@
117117
)
118118
from sagemaker.serve.validations.optimization import _validate_optimization_configuration
119119
from sagemaker.modules.train import ModelTrainer
120-
121-
logger = logging.getLogger(__name__)
120+
from sagemaker.modules import logger
122121

123122
# Any new server type should be added here
124123
supported_model_servers = {

0 commit comments

Comments
 (0)
Please sign in to comment.