-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow log4js 4 peer dependency (#20)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ Signed-off-by: John Doe <[email protected]> | |
# Usage | ||
|
||
## Pre-requisites | ||
- Use https://github.com/nomiddlename/log4js-node for logging | ||
- You must call `log4js.configure('./path/to/log4js.json')` somewhere in your application (as this will cause this appender to initialize) | ||
You must be using [log4js-node](https://github.com/nomiddlename/log4js-node) 3.x or higher, and must call `log4js.configure('/path/to/log4js.json')` | ||
somewhere in your code. | ||
|
||
|
||
## To upgrade | ||
|