Skip to content

Commit 7350742

Browse files
authored
Do not log options in HTTPServer to prevent circular reference (#592)
Do not log options Signed-off-by: Shubham Sharma <[email protected]>
1 parent 75cdea9 commit 7350742

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/implementation/Server/HTTPServer/HTTPServer.ts

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ export default class HTTPServer implements IServer {
4646

4747
this.isInitialized = false;
4848

49-
this.logger.debug(`Configured HTTPServer Options: ${JSON.stringify(options)}`);
50-
5149
this.server = options.serverHttp ?? express();
5250
this.server.use(
5351
bodyParser.text({

0 commit comments

Comments
 (0)