-
Hello everyone! I have to mimic WebSocket by periodically reloading page via JS. Easy-peasy but it fills my log with TONNES of similar records. |
Beta Was this translation helpful? Give feedback.
Answered by
aldas
Mar 28, 2023
Replies: 1 comment
-
Line 21 in f22ba67 echo/middleware/request_logger.go Line 102 in f22ba67 Skipper: func(c echo.Context) bool {
return c.Path() == "/ws"
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
efkz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
echo/middleware/logger.go
Line 21 in f22ba67
echo/middleware/request_logger.go
Line 102 in f22ba67