Class ExecutionLogPolicy
Configures the logging policies for the execution logs of an API Deployment.
Inherited Members
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class ExecutionLogPolicyProperties
IsEnabled
Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Enables pushing of execution logs to the legacy OCI Object Storage log archival bucket.
 | 
LogLevel
Declaration
[JsonProperty(PropertyName = "logLevel")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExecutionLogPolicy.LogLevelEnum? LogLevel { get; set; }Property Value
| Type | Description | 
|---|---|
| ExecutionLogPolicy.LogLevelEnum? | Specifies the log level used to control logging output of execution logs. Enabling logging at a given level also enables logging at all higher levels. |