1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-03 09:57:24 +02:00

log the response error not the handler one

This commit is contained in:
Gani Georgiev 2022-07-14 11:52:35 +03:00
parent 28bc2678e9
commit 6749559a22

View File

@ -68,7 +68,7 @@ func InitApi(app core.App) (*echo.Echo, error) {
// truly rare case; eg. client already disconnected
if cErr != nil && app.IsDebug() {
log.Println(err)
log.Println(cErr)
}
}