You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,16 @@ Out of the box it supports the following features:
17
17
* configurable log message layout/patterns
18
18
* different log levels for different log categories (make some parts of your app log as DEBUG, others only ERRORS, etc.)
19
19
20
+
NOTE: from log4js 0.5 onwards you'll need to explicitly enable replacement of node's console.log functions. Do this either by calling `log4js.replaceConsole()` or configuring with an object or json file like this:
0 commit comments