Skip to content

Commit 5b63975

Browse files
rickysun93Haoran Sun
andauthored
add logLevel/enableReliableLogging to LogStorageSettings (#10518)
Co-authored-by: Haoran Sun <[email protected]>
1 parent abc841e commit 5b63975

File tree

1 file changed

+8
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+8
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4133,6 +4133,14 @@
41334133
"path": {
41344134
"type": "object",
41354135
"description": "The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string)."
4136+
},
4137+
"logLevel": {
4138+
"type": "object",
4139+
"description": "Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string)."
4140+
},
4141+
"enableReliableLogging": {
4142+
"type": "object",
4143+
"description": "Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean)."
41364144
}
41374145
},
41384146
"additionalProperties": {

0 commit comments

Comments
 (0)