File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Modules/CIPPCore/Public/Webhooks Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,6 @@ function Test-CIPPAuditLogRules {
167
167
$RecordSeconds = ($RecordEndTime - $RecordStartTime ).TotalSeconds
168
168
Write-Warning " Task took $RecordSeconds seconds for RowKey $ ( $AuditRecord.id ) "
169
169
Write-Host " Removing row $ ( $AuditRecord.id ) from cache"
170
- $RowEntity = Get-CIPPAzDataTableEntity @CacheWebhooksTable - Filter " PartitionKey eq '$TenantFilter ' and RowKey eq '$ ( $AuditRecord.id ) '"
171
170
try {
172
171
Write-Information ' Removing processed rows from cache'
173
172
if ($AuditRecord.id ) {
Original file line number Diff line number Diff line change 13
13
"maxConcurrentActivityFunctions" : 1 ,
14
14
"maxConcurrentOrchestratorFunctions" : 1
15
15
}
16
+ },
17
+ "logging" : {
18
+ "logLevel" : {
19
+ "default" : " Trace" ,
20
+ "Host.Results" : " Trace" ,
21
+ "Host.Aggregator" : " Trace" ,
22
+ "Function" : " Trace" ,
23
+ "Host.Executor" : " Trace"
24
+ },
25
+ "applicationInsights" : {
26
+ "samplingSettings" : {
27
+ "isEnabled" : false
28
+ }
29
+ }
16
30
}
17
31
}
You can’t perform that action at this time.
0 commit comments