cleaner logging

This commit is contained in:
2026-01-17 16:44:38 -05:00
parent dd5c8aa44f
commit 5909c36582
2 changed files with 56 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ func main() {
r := handler.New()
r.DefaultContext(func() context.Context { return ctx })
r.Use(middleware.Go)
r.Use(middleware.Logger)
r.Use(logMiddleware)
r.Route("/skill", func(r handler.Router) {
r.SlashCommand("/", skillHandler)
r.Autocomplete("/", skillAutocomplete)