Procházet zdrojové kódy

keep 4 logfile versions

Tobias Simetsreiter před 2 roky
rodič
revize
c9e992d02a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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")){