Skip to content

Commit

Permalink
Adding a new debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Sep 11, 2024
1 parent 0ab1bdd commit a829f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/levels.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function isStandardLevel (level, useOnlyCustomLevels) {
case 'info':
case 'debug':
case 'trace':
case 'special':
return true
default:
return false
Expand Down

0 comments on commit a829f0a

Please sign in to comment.