From 648b1263d6b882a3e33ffec00d93464325a84681 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 29 Dec 2022 19:25:09 +0100 Subject: [PATCH] Logging error --- install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index 89bfb71..51f1d60 100644 --- a/install.ps1 +++ b/install.ps1 @@ -20,7 +20,7 @@ else { ## Setze das default Log Level Set-LoggingDefaultLevel -Level 'WARNING' Add-LoggingTarget -Name Console -Add-LoggingTarget -Name File -Configuration @{Path = '~/.winconfig/run.log'} +Add-LoggingTarget -Name File -Configuration @{Path = '$HOME/.winconfig/run.log'} Write-Log -Level ($Level | Get-Random) -Message 'Message n. {0}' -Arguments $i