forked from log4js-node/log4js-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(exit): made exit listeners responsibility of caller
- Loading branch information
Gareth Jones
committed
Mar 19, 2017
1 parent
c4a6efa
commit 2e03528
Showing
5 changed files
with
19 additions
and
169 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
CHANGES | ||
======= | ||
|
||
- no exit listeners defined for appenders by default. users should call log4js.shutdown in their exit listeners. | ||
- context added to loggers (only logstash uses it so far) | ||
- logstash split into two appenders (udp and http) | ||
- no cwd, reload options in config | ||
- configure only by calling configure, no manual adding of appenders, etc | ||
- config format changed a lot, now need to define named appenders and at least one category | ||
- appender format changed, will break any non-core appenders (maybe create adapter?) | ||
- no replacement of console functions |