8000 removing superfluous escaping of readme log output · wxqGitHub/log4js-node@30121af · GitHub
[go: up one dir, main page]

Skip to content

Commit 30121af

Browse files
author
csausdev
committed
removing superfluous escaping of readme log output
1 parent 5faad92 commit 30121af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ See example.js:
2727
logger.fatal('Cheese was breeding ground for listeria.');
2828

2929
Output
30-
\[2010-01-17 11:43:37.987\] \[ERROR\] cheese - Cheese is too ripe!
31-
\[2010-01-17 11:43:37.990\] \[FATAL\] cheese - Cheese was breeding ground for listeria.
30+
[2010-01-17 11:43:37.987] [ERROR] cheese - Cheese is too ripe!
31+
[2010-01-17 11:43:37.990] [FATAL] cheese - Cheese was breeding ground for listeria.
3232

3333

3434
## configuration

0 commit comments

Comments
 (0)
0