Skip to content

Commit

Permalink
fix: upgraded log
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Aug 29, 2024
1 parent 871c25e commit d2ab964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export default class MetricService {
);
}
} catch (error: any) {
this.logger.warn(error, `${formattedRequestId} ${error.message}`);
this.logger.warn(error, `${formattedRequestId} Could not fetch transaction record: error=${error.message}`);
}
}
}

0 comments on commit d2ab964

Please sign in to comment.