get_webservice_logs: Retrieve the logs for a web service

View source: R/webservice.R

get_webservice_logsR 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 LocalWebservice, AciWebservice, or AksWebservice object.

num_lines

An int of the maximum number of log lines to retrieve.

Value

A string of the logs for the web service.


Azure/azureml-sdk-for-r documentation built on Sept. 21, 2022, 5:45 a.m.