mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-22 15:50:05 -05:00
parent
5799fe6988
commit
401ac2ed53
2 changed files with 2 additions and 2 deletions
|
|
@ -6,5 +6,5 @@ function Read-IcingaAgentDebugLogFile()
|
|||
return;
|
||||
}
|
||||
|
||||
Get-Content -Path $Logfile -Wait;
|
||||
Get-Content -Path $Logfile -Tail 20 -Wait;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,5 +6,5 @@ function Read-IcingaAgentLogFile()
|
|||
return;
|
||||
}
|
||||
|
||||
Get-Content -Path $Logfile -Wait;
|
||||
Get-Content -Path $Logfile -Tail 20 -Wait;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue