You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4133,6 +4133,14 @@
4133
4133
"path": {
4134
4134
"type": "object",
4135
4135
"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)."
0 commit comments