aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-03-25 00:52:39 +0800
committerRunxi Yu <me@runxiyu.org>2025-03-25 10:13:59 +0800
commit5605d89932871a892da0e5627771ede98a3c595f (patch)
tree074df6cccd5c5771e540c56bdbbc4b15fb4eb0a2
parentidrc about the level here tbh (diff)
downloadpowxy-5605d89932871a892da0e5627771ede98a3c595f.tar.gz
powxy-5605d89932871a892da0e5627771ede98a3c595f.tar.zst
powxy-5605d89932871a892da0e5627771ede98a3c595f.zip
No wonder that didn't work
-rw-r--r--irclog.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/irclog.go b/irclog.go
index f40dea1..f9a7da8 100644
--- a/irclog.go
+++ b/irclog.go
@@ -77,6 +77,7 @@ func attrValueToString(v slog.Value) string {
}
func init() {
+ slog.SetDefault(slog.New(NewIRCLogHandler(slog.LevelInfo)))
}
// copied from slog