get_webservice_logs {azuremlsdk} | R Documentation |
Retrieve the logs for a web service
Description
You can get the detailed Docker engine log messages from your web service deployment. You can view the logs for local, ACI, and AKS deployments.
For example, if your web service deployment fails, you can inspect the logs to help troubleshoot.
Usage
get_webservice_logs(webservice, num_lines = 5000L)
Arguments
webservice |
The |
num_lines |
An int of the maximum number of log lines to retrieve. |
Value
A string of the logs for the web service.
[Package azuremlsdk version 1.10.0 Index]