Package version:

Interface ScriptActivityTypePropertiesLogSettings

Log settings of script activity.

interface ScriptActivityTypePropertiesLogSettings {
    logDestination: string;
    logLocationSettings?: LogLocationSettings;
}

Properties

logDestination: string

The destination of logs. Type: string.

logLocationSettings?: LogLocationSettings

Log location settings customer needs to provide when enabling log.