Skip to content

Commit 86e1e1d

Browse files
extra logging
1 parent 0cc8dac commit 86e1e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/CIPPCore/Public/Entrypoints/Orchestrator Functions/Start-AuditLogOrchestrator.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function Start-AuditLogOrchestrator {
3636

3737
if ($TenantGroups.Count -gt 0) {
3838
Write-Information "Processing webhook cache for $($TenantGroups.Count) tenants"
39+
Write-Warning "AuditLogJobs are: $($TenantGroups.Count) tenants. Tenants: $($tenantgroups.name | ConvertTo-Json) "
3940
$ProcessQueue = New-CippQueueEntry -Name 'Audit Logs Process' -Reference 'AuditLogsProcess' -TotalTasks ($TenantGroups | Measure-Object -Property Count -Sum).Sum
4041
$ProcessBatch = foreach ($TenantGroup in $TenantGroups) {
4142
$TenantFilter = $TenantGroup.Name

0 commit comments

Comments
 (0)