1
0

chore(web): use logger directly

(cherry picked from commit 6fb314b326d530322f1a2e674f250a265268082c)
This commit is contained in:
kolaente
2024-09-01 19:30:09 +02:00
parent fe44b7d473
commit a2ef74cade
8 changed files with 24 additions and 57 deletions

View File

@ -116,9 +116,6 @@ func NewEcho() *echo.Echo {
// Validation
e.Validator = &CustomValidator{}
// Handler config
handler.SetLoggingProvider(log.GetLogger())
return e
}