Skip to content

Commit a8225cb

Browse files
author
Andres Pinto
committed
chore(logs): disable debug logs on prod proxy-forwarder
1 parent eb07e5a commit a8225cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/forwarder-proxy/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export async function bootstrapServer() {
1717
colors: config.isDevelopment,
1818
prefix: 'Proxy-middleware',
1919
compact: true,
20+
logLevels: config.isDevelopment ? ['debug'] : ['log'],
2021
}),
2122
});
2223
const proxyService = app.get(ForwardProxyServer);

0 commit comments

Comments
 (0)