Skip to content

Commit

Permalink
fix levels relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaser El Dabete Arribas committed Dec 13, 2024
1 parent fb6904b commit 4077aa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const pinoLevelToSyslogSeverity = new Map([
[pinoLevels.debug, severity.debug],
[pinoLevels.info, severity.info],
[pinoLevels.warn, severity.warning],
[pinoLevels.error, severity.error],
[pinoLevels.fatal, severity.critical]
])

Expand Down

0 comments on commit 4077aa5

Please sign in to comment.