Skip to content

Commit 0451872

Browse files
Update logger.js
Co-authored-by: Augustin Mauroy <[email protected]>
1 parent 6b7756b commit 0451872

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/logger.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ const channels = {
3535
fatal: diagnosticsChannel.channel('log:fatal'),
3636
};
3737

38-
// RFC5424 numerical ordering + log4j interface
38+
/*
39+
* RFC5424 numerical ordering + log4j interface
40+
* @link https://www.rfc-editor.org/rfc/rfc5424.html
41+
*/
3942
const LEVELS = {
4043
trace: 10,
4144
debug: 20,

0 commit comments

Comments
 (0)