Skip to content

Commit

Permalink
Do not log options in HTTPServer to prevent circular reference (dapr#592
Browse files Browse the repository at this point in the history
)

Do not log options

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
  • Loading branch information
shubham1172 authored Apr 24, 2024
1 parent 75cdea9 commit 7350742
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/implementation/Server/HTTPServer/HTTPServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export default class HTTPServer implements IServer {

this.isInitialized = false;

this.logger.debug(`Configured HTTPServer Options: ${JSON.stringify(options)}`);

this.server = options.serverHttp ?? express();
this.server.use(
bodyParser.text({
Expand Down

0 comments on commit 7350742

Please sign in to comment.