From 9333bfbf8ba066f960e9fb40afbe7087af0dc5e3 Mon Sep 17 00:00:00 2001 From: panotuco Date: Thu, 9 Apr 2026 11:04:36 +0200 Subject: [PATCH] Synx --- install_alloy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_alloy.ps1 b/install_alloy.ps1 index 939f263..3818c53 100644 --- a/install_alloy.ps1 +++ b/install_alloy.ps1 @@ -23,7 +23,7 @@ $GitHubLatestApi = "https://api.github.com/repos/grafana/alloy/releases/latest" function Write-Log { param([string]$Message, [string]$Level = "INFO") $line = "[{0}] [{1}] {2}" -f (Get-Date -Format "yyyy-MM-dd HH:mm:ss"), $Level, $Message - Write-Host $line -ForegroundColor (If ($Level -eq "ERROR") { "Red" } Else { "White" }) + Write-Host $line } function Ensure-Directory {