Explorar o código

keep 4 logfile versions

Tobias Simetsreiter %!s(int64=2) %!d(string=hai) anos
pai
achega
c9e992d02a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")){