442 Commits

Author SHA1 Message Date
Gareth Jones
0398bf804b fix(connect): exporting connect logger 2017-07-10 17:12:52 +10:00
Gareth Jones
bff675fd9b fix(cluster): removed pattern layout cluster, because it would not work 2017-07-07 09:12:10 +10:00
Gareth Jones
58e65543fa fix(cluster): removed cluster appender, moved cluster handling into core 2017-07-07 08:48:17 +10:00
Gareth Jones
b65aef9faf fix(config): changed to work in node v4,v5 2017-07-03 08:00:17 +10:00
Gareth Jones
0d10e2ade5 feat(levels): custom colours for levels in config #90 #254 2017-07-02 23:52:29 +10:00
Jorge Silva
6e15364ef5 feat(#130): Add support for MDC in pattern layout 2017-06-17 13:59:06 +01:00
Gareth Jones
8e0ce26e44 fix(multiprocess): worker shutdown fix, and updated example 2017-06-13 08:39:56 +10:00
Gareth Jones
b59f882a7a docs(layouts): added docs for layouts, and code for custom layouts 2017-06-06 08:29:38 +10:00
Gareth Jones
d27ae8694e fix(logger): logger levels now shared across instances of same category 2017-04-28 08:29:14 +10:00
Jan Peter Stotz
2c7cbf0d41 bugfix for issue #457: pattern %z (process id) can not be padded/truncated 2017-03-27 14:26:02 +02:00
Gareth Jones
fd9f138931 chore(merge): redis appender merged into version-2 2017-03-24 08:45:16 +11:00
Gareth Jones
8be0b8e478 Merge branch 'master' into version-2 2017-03-23 08:16:41 +11:00
Gareth Jones
e6a9cfbcd1 Merge pull request #452 from wadecha/master
add redis appender
2017-03-23 08:10:39 +11:00
Gareth Jones
2e035286d1 fix(exit): made exit listeners responsibility of caller 2017-03-20 09:04:36 +11:00
Gareth Jones
9631b620c4 fix(stderr): updated stderr to new appender format 2017-03-20 08:46:44 +11:00
Gareth Jones
833c5a0881 chore(merge): merged in changes from master 2017-03-20 08:21:45 +11:00
Gareth Jones
ea14c9a995 fix(logFaces): got logFaces appenders working 2017-03-17 07:48:26 +11:00
wadecha
b31d50accb Update redis.js 2017-03-16 15:01:44 +08:00
wadecha
8c36edac1d Update redis.js 2017-03-16 14:56:51 +08:00
wadecha
4b6fce1bf4 Update redis.js 2017-03-16 14:55:48 +08:00
hansonw
303f10a70d fix(fileAppender): Fix up shutdown functions 2017-03-15 00:41:44 -07:00
Gareth Jones
dd208520d8 fix(logFaces): split logfaces into UDP+HTTP, added context to loggers 2017-03-15 10:01:13 +11:00
Gareth Jones
4333261721 fix(levels): added level configuration, fixed smtp appender 2017-03-09 08:28:41 +11:00
wadecha
0b0b93a455 Update redis.js 2017-03-07 20:06:20 +08:00
wadecha
b7fa3bd078 Update redis.js 2017-03-07 19:50:36 +08:00
wadecha
1991ea323e Update redis.js 2017-03-07 19:46:27 +08:00
wadecha
09ed794a49 Update redis.js 2017-03-07 19:42:23 +08:00
wadecha
3382b54878 Update redis.js 2017-03-07 19:36:58 +08:00
wadecha
868e760f91 Update redis.js 2017-03-07 11:30:35 +08:00
wadecha
e5777d4cbd Update redis.js 2017-03-07 11:24:11 +08:00
wadecha
2d415eca10 Update redis.js 2017-03-07 11:03:11 +08:00
wadecha
de4587566d Update redis.js 2017-03-07 10:45:02 +08:00
wadecha
eb6f55c43f Update redis.js 2017-03-07 10:27:54 +08:00
wadecha
6b68f1f42e Update redis.js 2017-03-07 10:21:13 +08:00
wadecha
ad1e220ba9 Update redis.js 2017-03-07 10:19:16 +08:00
wadecha
2ee2098fc7 Update redis.js 2017-03-07 10:09:18 +08:00
wadecha
9096d57d82 Update redis.js 2017-03-07 09:55:51 +08:00
wadecha
e3176b68d2 Create redis.js
redis appender support redis publish log and log receiver server subscribe channel
2017-03-07 09:45:12 +08:00
Gareth Jones
514fb9c771 fix(test): got multiprocess tests working 2017-02-27 08:25:11 +11:00
Gareth Jones
d26b1a147b refactor: fixed a few more tests 2017-02-08 09:10:14 +11:00
Gareth Jones
1d50b82a96 refactor: fixed a few more appenders 2017-02-07 08:53:51 +11:00
Gareth Jones
5283782ba0 refactor(all): basic logging to stdout works again
- removed config reloading
- removed console replacement
- added recording appender
- added config validation
- changed config format
2017-02-05 10:05:49 +11:00
Francis Zabala
d0f8f67fc2 feat(LogstashUDP): Added a way for fields to be added without dot. 2017-01-17 12:54:20 +08:00
Gareth Jones
6838fcdb93 fix(test): date_format -> external lib, dateFile test -> tap 2016-12-30 18:01:50 +11:00
Gareth Jones
74ce349fad revert(logFacesAppender): didn't need to move the requires 2016-12-22 08:08:35 +11:00
Gareth Jones
7aad4ccff0 fix(logFacesAppender): moved requires to fix the eslint problem 2016-12-22 08:01:24 +11:00
Gareth Jones
399562737a Merge branch 'es6-refactor' of https://github.com/e-cloud/log4js-node into e-cloud-es6-refactor 2016-12-21 22:08:00 +11:00
Gareth Jones
c478c53db1 Fix for #397 - multiprocess shutdown 2016-12-21 08:24:09 +11:00
Gareth Jones
99571a5c9a added passing shutdown function to addAppender, also added enableLogWrites call to clearAppenders 2016-12-15 08:17:44 +11:00
e-cloud
7d9dc55ff2 style: upgrade eslint and format the code
no logic changed.
2016-12-12 21:04:34 +08:00