Package version:

Interface ClusterLogAnalyticsApplicationLogs

Collection of logs to be enabled or disabled for log analytics.

interface ClusterLogAnalyticsApplicationLogs {
    stdErrorEnabled?: boolean;
    stdOutEnabled?: boolean;
}

Properties

stdErrorEnabled?: boolean

True if stderror is enabled, otherwise false.

stdOutEnabled?: boolean

True if stdout is enabled, otherwise false.