Skip to content

Commit 91a20c9

Browse files
commentt logs
1 parent b5014c2 commit 91a20c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ function Start-AuditLogOrchestrator {
3636

3737
if ($TenantGroups) {
3838
Write-Information "Processing webhook cache for $($TenantGroups.Count) tenants"
39-
Write-Warning "AuditLogJobs are: $($TenantGroups.Count) tenants. Tenants: $($TenantGroups.name | ConvertTo-Json -Compress) "
40-
Write-Warning "Here are the groups: $($TenantGroups | ConvertTo-Json -Compress)"
39+
#Write-Warning "AuditLogJobs are: $($TenantGroups.Count) tenants. Tenants: $($TenantGroups.name | ConvertTo-Json -Compress) "
40+
#Write-Warning "Here are the groups: $($TenantGroups | ConvertTo-Json -Compress)"
4141
$ProcessQueue = New-CippQueueEntry -Name 'Audit Logs Process' -Reference 'AuditLogsProcess' -TotalTasks ($TenantGroups | Measure-Object -Property Count -Sum).Sum
4242
$ProcessBatch = foreach ($TenantGroup in $TenantGroups) {
4343
$TenantFilter = $TenantGroup.Name

0 commit comments

Comments
 (0)