Skip to content

Commit

Permalink
Allow log4js 4 peer dependency (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayne-ibm authored and hermansb committed Jun 22, 2019
1 parent 6756382 commit afc0564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afc0564

Please sign in to comment.