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 {
167167 $RecordSeconds = ($RecordEndTime - $RecordStartTime ).TotalSeconds
168168 Write-Warning " Task took $RecordSeconds seconds for RowKey $ ( $AuditRecord.id ) "
169169 Write-Host " Removing row $ ( $AuditRecord.id ) from cache"
170- $RowEntity = Get-CIPPAzDataTableEntity @CacheWebhooksTable - Filter " PartitionKey eq '$TenantFilter ' and RowKey eq '$ ( $AuditRecord.id ) '"
171170 try {
172171 Write-Information ' Removing processed rows from cache'
173172 if ($AuditRecord.id ) {
Original file line number Diff line number Diff line change 1313 "maxConcurrentActivityFunctions" : 1 ,
1414 "maxConcurrentOrchestratorFunctions" : 1
1515 }
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+ }
1630 }
1731}
You can’t perform that action at this time.
0 commit comments