Rami Cohen
449db3d243
feat: error handling
2017-12-25 07:59:21 -07:00
Gareth Jones
835189696d
fix(cluster): added circular json dep
2017-12-12 08:17:53 +11:00
Rami Cohen
0e13be9f91
chore: upgraded dev deps
2017-11-12 19:14:23 -07:00
Rami Cohen
dc2079e4c1
fix(fileSync): options not used
2017-11-12 11:30:06 -07:00
Eyal Mey-Tal
1d3afee6d5
feat(logstashUDP): Added ability to have dynamic fields
2017-11-11 15:05:05 -07:00
Rami Cohen
10cace17bd
fix(logstashUDP): handle null and undefined in optional params
2017-10-30 20:59:22 -06:00
Rami Cohen
04577a70d0
feat(logstashUDP): Added args config option
...
Added a config option called args, to determine how to log args:
both (default for backward compatibility): under the fields property and as direct properties of the log object.
fields: only under the fields property.
direct: only as direct propertiesd of the log object.
2017-10-23 20:30:25 -06:00
Rami Cohen
31c8a2d8d1
fix: sticky fields
...
Fixed an issue that was introduced in commit 6746e2e0488f3c900fd358af0a50d4795df65de7
All fields became sticky, so each time a field was sent via a message, it showed up in all messages after that
2017-08-26 09:14:08 -06:00
Gareth Jones
df11123fb3
fix(gelf): null log message fix #173
2017-07-23 17:41:24 +10:00
Gareth Jones
81ddd053e2
feat(pm2): got tests for pm2 working
2017-07-21 08:35:36 +10:00
Gareth Jones
f25f1e147e
feat(multiFile): added multiFile appender ( #437 )
2017-07-14 08:17:08 +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
8e0ce26e44
fix(multiprocess): worker shutdown fix, and updated example
2017-06-13 08:39:56 +10: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
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