Ignoring logging of configured url path
Opened this issue · 0 comments
tiholm commented
I am using health check path inside a Hydra microservice, for example path could be /health and it is called every 30th second. This generates lots of noise in logs, because each log request gets logged by HydraExpressLogger, which internally uses pino-http logger, if I am correct. Could there be some configuration to ignore given path logging?