Bläddra i källkod

keep 4 logfile versions

Tobias Simetsreiter 2 år sedan
förälder
incheckning
c9e992d02a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      bin/departmentjob.ps1

+ 1 - 1
bin/departmentjob.ps1

@@ -10,7 +10,7 @@
 # This Script takes emails from pipe and group and access level from cli to invite them
 $GITLAB_INVITE = "$PSScriptRoot\gitlab-invite.ps1"
 
-Set-Log ([IO.Path]::GetFullPath("$PSScriptRoot\..\runtime\groupusers-${env:computername}.log")) 1mb 2
+Set-Log ([IO.Path]::GetFullPath("$PSScriptRoot\..\runtime\groupusers-${env:computername}.log")) 1mb 4
 
 
 foreach ($module in @("ActiveDirectory", "Powershell-Yaml")){