update loki log level to info

This commit is contained in:
Arne Teuke
2025-07-18 13:19:07 +02:00
parent 3bd4b55669
commit fd638a276f

View File

@@ -1,7 +1,7 @@
<% if @ay_manage_loki == true -%> <% if @ay_manage_loki == true -%>
logging{ logging{
level = "debug" level = "info"
format = "logfmt" format = "logfmt"
write_to = [loki.process.alloy.receiver] write_to = [loki.process.alloy.receiver]
} }