wip: refactoring

This commit is contained in:
adamdottv
2025-05-12 09:44:56 -05:00
parent d314c32ed3
commit 0cf8042b23
19 changed files with 97 additions and 75 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ to assist developers in writing, debugging, and understanding code directly from
// Setup logging
lvl := new(slog.LevelVar)
logger := slog.New(slog.NewTextHandler(logging.NewWriter(), &slog.HandlerOptions{
logger := slog.New(slog.NewTextHandler(logging.NewSlogWriter(), &slog.HandlerOptions{
Level: lvl,
}))
slog.SetDefault(logger)