From ea3eab85e64d540ff7749dd90f572f4a2f609dab Mon Sep 17 00:00:00 2001 From: Jamie <1+jamie@noreply.jdbnet.co.uk> Date: Thu, 18 Jun 2026 12:30:51 +0100 Subject: [PATCH] feat: :sparkles: add event to loki push --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 3931123..a7a1768 100644 --- a/app.py +++ b/app.py @@ -72,7 +72,7 @@ def push_to_loki(log_lines: list[str]) -> None: body = { "streams": [ { - "stream": {"source": "webhook", "job": "webhook-to-loki"}, + "stream": {"source": "webhook", "job": "webhook-to-loki", "event": "discord"}, "values": values, } ]