logging: Move gotd debug logs to trace

Zap doesn't have trace level logging so to make it less noisy we need to
shift them to trace.
This commit is contained in:
Toni Spets
2025-06-09 09:28:32 +03:00
parent 41279ae996
commit fa237a20f7
3 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ require (
github.com/tidwall/gjson v1.18.0
go.mau.fi/util v0.8.7
go.mau.fi/webp v0.2.0
go.mau.fi/zerozap v0.1.1
go.mau.fi/zerozap v0.1.2
go.uber.org/zap v1.27.0
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
golang.org/x/net v0.40.0