Use console.info for permanent logs
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M src/app.ts → src/app.ts
@@ -279,7 +279,7 @@ } finally { const seconds = endTimer(); metrics.requestDuration.observe(seconds); transaction.finish(); - console.log( + console.info( request.method, status, hostname,