swap out logrus for charm log

This commit is contained in:
2026-02-16 10:29:27 +00:00
parent f07a45c81b
commit 51a0065e79
6 changed files with 56 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ package udpproxy
import (
"time"
log "github.com/sirupsen/logrus"
"github.com/charmbracelet/log"
)
// Option is a functional option type that allows us to configure the Client.