Skip to content

Commit

Permalink
Merge pull request #248 from maksym-moshniaha/WAT-3742
Browse files Browse the repository at this point in the history
WAT-3742
  • Loading branch information
ArtMathArt authored Sep 9, 2024
2 parents 3b37bab + f76294c commit 5c273e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/http-api/src/http-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class HttpServer
},
);

this.logger.debug(errorAfterHook);
this.logger.debug(`Request failed ${errorAfterHook?.name} - ${errorAfterHook?.message}`);
}
};

Expand All @@ -142,7 +142,7 @@ export class HttpServer
this.transportInstance.broadcastLocal<T>(messageType, payload);
}
} catch (err) {
this.logger.debug(err);
this.logger.debug(`Send response failed - ${err?.message}`);
}
}
}

0 comments on commit 5c273e0

Please sign in to comment.