feat(logging): metrics endpoint is logged as debug level, not info (#2490)
This commit is contained in:
@@ -37,6 +37,7 @@ export const LoggingExpressMiddleware = HttpLogger({
|
||||
}
|
||||
|
||||
if (req.url === '/readiness' || req.url === '/liveness') return 'debug'
|
||||
if (req.url === '/metrics') return 'debug'
|
||||
return 'info'
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user