diff options
Diffstat (limited to 'irclog.go')
-rw-r--r-- | irclog.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ func attrValueToString(v slog.Value) string { } func init() { + slog.SetDefault(slog.New(NewIRCLogHandler(slog.LevelInfo))) } // copied from slog |