Skip to content

Commit

Permalink
fix(cord): LogMessage.logId is empty, fixes #442
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed Nov 7, 2024
1 parent 7b991aa commit 4d29165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class Logger {

const normalizedMessage = {
date: new Date(),
logId: this.logId,
...message,
level,
variables: {
Expand Down

0 comments on commit 4d29165

Please sign in to comment.