From a091192d5a63755c9985353b40bd20e734a555d0 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 11 Mar 2025 17:02:10 +0100 Subject: [PATCH] working fqdn --- templates/config.alloy.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.alloy.erb b/templates/config.alloy.erb index a6dbce9..5e20b37 100644 --- a/templates/config.alloy.erb +++ b/templates/config.alloy.erb @@ -1,7 +1,7 @@ <% if @ay_manage_loki == true -%> logging{ - level = "info" +// level = "info" format = "logfmt" write_to = [loki.process.alloy.receiver] }