You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the tutorial mentioned in the AWS blog: https://aws.amazon.com/blogs/machine-learning/use-the-amazon-sagemaker-local-mode-to-train-on-your-notebook-instance/ for local mode testing. I am unable to see where the log file are dumped, for example, the ts_log.log. I see that when the docker image is brought up we give the following option for --log-config -> /opt/conda/lib/python3.8/site-packages/sagemaker_pytorch_serving_container/etc/log4j.properties. However where should I find the log files located inside the docker container being dumped.
I am currently trying to debug a server side issue and I see very little documentation on where the log files using log4j for torchserve are dumped.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am following the tutorial mentioned in the AWS blog: https://aws.amazon.com/blogs/machine-learning/use-the-amazon-sagemaker-local-mode-to-train-on-your-notebook-instance/ for local mode testing. I am unable to see where the log file are dumped, for example, the ts_log.log. I see that when the docker image is brought up we give the following option for --log-config -> /opt/conda/lib/python3.8/site-packages/sagemaker_pytorch_serving_container/etc/log4j.properties. However where should I find the log files located inside the docker container being dumped.
I am currently trying to debug a server side issue and I see very little documentation on where the log files using log4j for torchserve are dumped.
Beta Was this translation helpful? Give feedback.
All reactions