vektor
vektor copied to clipboard
Allow excluding routes from request logging
I really the simplicity of the current built-in request logging functionality, but I would like to be able to configure the server logger to only log requests on some of the paths.
Suggestion for Implementation
One way to achieve this would be to allow disabling of the default request logging so that custom logging can be implemented via middleware and afterware.
This makes perfect sense, thanks for the suggestion! I'll see what I can do.