432 Commits

Author SHA1 Message Date
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
e-cloud
02d6c017f4 Merge branch 'master'
Conflicts:
	.travis.yml
	lib/appenders/dateFile.js
	lib/appenders/file.js
	lib/appenders/fileSync.js
	lib/appenders/gelf.js
	lib/appenders/logFacesAppender.js
	lib/date_format.js
	lib/debug.js
	lib/layouts.js
	lib/log4js.js
	lib/log4js.json
	lib/logger.js
	lib/streams/BaseRollingFileStream.js
	lib/streams/DateRollingFileStream.js
	lib/streams/RollingFileStream.js
	lib/streams/index.js
	package.json
	test/layouts-test.js
	test/streams/BaseRollingFileStream-test.js
	test/streams/DateRollingFileStream-test.js
	test/streams/rollingFileStream-test.js
2016-12-12 17:42:34 +08:00
Gareth Jones
f9b2eaf579 Merge pull request #420 from thu2004/master
fix for #315 - Include milliseconds in format ISO8601_WITH_TZ_OFFSET
2016-11-11 13:50:22 +11:00
Nathan Woltman
0af3f1607f Improve core logging performance
Allow V8 to optimize functions by not leaking the arguments object.
This results in a performance improvement of about 20%.
2016-11-10 12:32:53 -05:00
Chi Thu Le
9eb0f9dbd0 fix for #315 - Include milliseconds in format ISO8601_WITH_TZ_OFFSET 2016-11-10 10:35:19 +01:00
Gareth Jones
7368cd33dc fix for #419 - calling replace console outside of configure breaks things 2016-11-09 07:50:56 +11:00
sparklton
540cd0f886 Merge remote-tracking branch 'refs/remotes/nomiddlename/master'
# Conflicts:
#	test/vows/logFacesAppender-test.js
2016-11-06 09:10:07 +02:00
sparklton
169627a464 added description for using dependancies 2016-11-06 08:45:19 +02:00
Gareth Jones
3f93872ecc fixed lint problem 2016-11-06 15:49:06 +11:00
Gareth Jones
eac6295e4c fix for #418 - date formats broken in file appenders 2016-11-06 15:47:45 +11:00
Gareth Jones
3a627144fb Shutdown now removes the config reload timer (fix for issue #414) 2016-11-04 08:33:40 +11:00