Skip to content

Commit

Permalink
Update apps/api/src/common/logger/slogerr.transport.ts
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
Harish-osmosys and coderabbitai[bot] authored Jan 10, 2025
1 parent f89254d commit 427b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/common/logger/slogerr.transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class SlogerrTransport extends TransportStream {
);

if (response.status !== 200) {
this.logger.log(
this.logger.error(
`Failed to send log to Slogerr. Status: ${response.status}, Message: ${response.statusText}`,
);
} else {
Expand Down

0 comments on commit 427b87a

Please sign in to comment.