|
1475 | 1475 | "$ref": "#/definitions/RedirectIncompatibleRowSettings" |
1476 | 1476 | }, |
1477 | 1477 | "logStorageSettings": { |
1478 | | - "description": "Log storage settings customer need to provide when enabling session log.", |
| 1478 | + "description": "(Deprecated. Please use LogSettings) Log storage settings customer need to provide when enabling session log.", |
1479 | 1479 | "$ref": "#/definitions/LogStorageSettings" |
1480 | 1480 | }, |
| 1481 | + "logSettings": { |
| 1482 | + "description": "Log settings customer needs provide when enabling log.", |
| 1483 | + "$ref": "#/definitions/LogSettings" |
| 1484 | + }, |
1481 | 1485 | "preserveRules": { |
1482 | 1486 | "type": "array", |
1483 | 1487 | "items": { |
|
4298 | 4302 | } |
4299 | 4303 | }, |
4300 | 4304 | "LogStorageSettings": { |
4301 | | - "description": "Log storage settings.", |
| 4305 | + "description": "(Deprecated. Please use LogSettings) Log storage settings.", |
4302 | 4306 | "type": "object", |
4303 | 4307 | "properties": { |
4304 | 4308 | "linkedServiceName": { |
|
4325 | 4329 | "linkedServiceName" |
4326 | 4330 | ] |
4327 | 4331 | }, |
| 4332 | + "LogSettings": { |
| 4333 | + "description": "Log settings.", |
| 4334 | + "type": "object", |
| 4335 | + "properties": { |
| 4336 | + "enableCopyActivityLog": { |
| 4337 | + "type": "object", |
| 4338 | + "description": "Specifies whether to enable copy activity log. Type: boolean (or Expression with resultType boolean)." |
| 4339 | + }, |
| 4340 | + "copyActivityLogSettings": { |
| 4341 | + "description": "Specifies settings for copy activity log.", |
| 4342 | + "$ref": "#/definitions/CopyActivityLogSettings" |
| 4343 | + }, |
| 4344 | + "logLocationSettings": { |
| 4345 | + "description": "Log location settings customer needs to provide when enabling log.", |
| 4346 | + "$ref": "#/definitions/LogLocationSettings" |
| 4347 | + } |
| 4348 | + }, |
| 4349 | + "required": [ |
| 4350 | + "logLocationSettings" |
| 4351 | + ] |
| 4352 | + }, |
| 4353 | + "LogLocationSettings": { |
| 4354 | + "description": "Log location settings.", |
| 4355 | + "type": "object", |
| 4356 | + "properties": { |
| 4357 | + "linkedServiceName": { |
| 4358 | + "description": "Log storage linked service reference.", |
| 4359 | + "$ref": "../datafactory.json#/definitions/LinkedServiceReference" |
| 4360 | + }, |
| 4361 | + "path": { |
| 4362 | + "type": "object", |
| 4363 | + "description": "The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string)." |
| 4364 | + } |
| 4365 | + }, |
| 4366 | + "required": [ |
| 4367 | + "linkedServiceName" |
| 4368 | + ] |
| 4369 | + }, |
| 4370 | + "CopyActivityLogSettings": { |
| 4371 | + "description": "Settings for copy activity log.", |
| 4372 | + "type": "object", |
| 4373 | + "properties": { |
| 4374 | + "logLevel": { |
| 4375 | + "type": "object", |
| 4376 | + "description": "Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string)." |
| 4377 | + }, |
| 4378 | + "enableReliableLogging": { |
| 4379 | + "type": "object", |
| 4380 | + "description": "Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean)." |
| 4381 | + } |
| 4382 | + } |
| 4383 | + }, |
4328 | 4384 | "StagingSettings": { |
4329 | 4385 | "description": "Staging settings.", |
4330 | 4386 | "type": "object", |
|
0 commit comments