From a711041be58bcbbba5606deca77f73916da77f1d Mon Sep 17 00:00:00 2001 From: Seth Call Date: Sun, 14 Dec 2025 12:47:06 -0600 Subject: [PATCH] fix loglevels for webrtce-be --- k8s/loki/templates/podlogs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/k8s/loki/templates/podlogs.yaml b/k8s/loki/templates/podlogs.yaml index 05bacdd..23758b3 100644 --- a/k8s/loki/templates/podlogs.yaml +++ b/k8s/loki/templates/podlogs.yaml @@ -44,3 +44,8 @@ spec: targetLabel: cluster pipelineStages: - cri: {} + - regex: + # Matches: [14.12.2025 17:53.42.010] [LOG] message... + expression: '^\[.*\] \[(?P\w+)\]\s+(?P.*)$' + - labels: + level: