Remove Todo

This commit is contained in:
Jonny Rhea 2026-01-19 07:53:04 -06:00 committed by lightclient
parent 9baf82c8c5
commit 7ce122b805

View file

@ -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 {