From 7ce122b805a33a941a40ace1b05d5257482ac738 Mon Sep 17 00:00:00 2001 From: Jonny Rhea <5555162+jrhea@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:53:04 -0600 Subject: [PATCH] Remove Todo --- log/handler_glog.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/handler_glog.go b/log/handler_glog.go index 1d85b9dfe5..30300bb2a1 100644 --- a/log/handler_glog.go +++ b/log/handler_glog.go @@ -205,7 +205,7 @@ func (h *GlogHandler) Handle(ctx context.Context, r slog.Record) error { for _, rule := range curPatterns { if rule.pattern.MatchString("+" + file) { lvl, ok = rule.level, true - // TODO: Not breaking allows the last match to win. Is this what we want? + // Not breaking allows the last match to win. } } if !ok {