Skip to content

Commit 6ab7850

Browse files
authored
Update Logger
1 parent c2cc29e commit 6ab7850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_pytorch_serving_container/torchserve.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from sagemaker_inference import default_handler_service, environment, logging, utils
2727
from sagemaker_inference.environment import code_dir
2828

29-
logger = logging.get_logger(__name__)
29+
logger = logging.getLogger(__name__)
3030

3131
TS_CONFIG_FILE = os.path.join("/etc", "sagemaker-ts.properties")
3232
DEFAULT_HANDLER_SERVICE = default_handler_service.__name__

0 commit comments

Comments
 (0)