=
8cf03507dd
Add unit test to check if the level is set on all categories
2014-05-04 15:20:22 +02:00
Rolf Koenders
6ae01b2b84
Update log4js.js
...
Overlooked that there was already a var with '[all]'.
2014-01-23 10:34:56 +01:00
Rolf Koenders
e7c0b0da52
Changed to only the ‚levels’ option as discussed in #87
2014-01-22 20:13:36 +01:00
Rolf Koenders
25fa48ee8d
Set the global level via the configuration object passed to
...
log4js.configure or target `all` in the `levels` object.
2014-01-21 23:39:54 +01:00
Gareth Jones
94034e1226
Merge pull request #172 from devotis/master
...
Fork with Loggly appender here
2014-01-16 14:00:16 -08:00
Christiaan Westerbeek
9b4c7d1574
Fixes the error with test/logglyAppender-test
...
Refs #172
I will add more relevant tests later
2014-01-16 16:39:45 +01:00
Christiaan Westerbeek
770f2da627
Cleanup
2014-01-10 21:59:39 +01:00
Christiaan Westerbeek
eb51aa99be
First working version
...
tried examples/loggly-appender.js [OK]
2014-01-10 21:51:08 +01:00
Christiaan Westerbeek
5286c50375
Added the basic files for Loggly appender
...
appender, example, test
not tested yet!
2014-01-10 21:18:16 +01:00
Christiaan Westerbeek
bb644a1632
Update README.md
...
Will try to add a appender for Loggly in this Fork. I will keep it in to this feature alone as outlined in the rules
2014-01-10 20:47:48 +01:00
Gareth Jones
a6efbf6273
Merge pull request #168 from macedigital/connectlogger-ip-fix
...
fix 'remote-addr' property in connect-logger
2013-12-30 12:40:40 -08:00
Matthias Adler
2118d8f7b3
fix 'remote-addr' property in connect-logger
2013-12-21 19:42:44 +01:00
Gareth Jones
d2f044a451
0.6.9
2013-09-30 08:48:15 +10:00
Gareth Jones
d0661322aa
Merge pull request #158 from emilecantin/master
...
Added logic to serialize Error objects correctly
2013-09-29 15:36:40 -07:00
Emile Cantin
8b8844694f
Fixed unit tests, now with regexes.
2013-09-27 09:45:10 -04:00
Emile Cantin
abdba8e56f
Added logic to serialize Error objects correctly
...
This should fix #97 .
2013-09-26 14:55:20 -04:00
Gareth Jones
093f693232
Merge pull request #157 from karlvlam/gelf-timefix
...
GELF time precision should be millisecond level
2013-09-17 14:04:49 -07:00
Karl Lam
b9bba00d8c
GELF time precision should be millisecond level
2013-09-16 18:31:23 +08:00
Gareth Jones
731e217505
removed dequeue from dependencies
2013-08-22 15:46:42 +10:00
Gareth Jones
3018a49bde
0.6.8
2013-08-22 11:52:25 +10:00
Gareth Jones
a5bb94a048
Merge pull request #152 from fb55/patch-1
...
Browserify support
2013-08-20 15:52:32 -07:00
Felix Böhm
7a1a895e46
browserify support
2013-08-20 18:48:27 +02:00
Gareth Jones
48dc22eb63
Merge pull request #150 from wood1986/master
...
layouts supports hostname and ISO8601_WITH_TZ_OFFSET_FORMAT
2013-08-20 03:50:36 -07:00
wood1986
7888381991
Update layouts.js
2013-08-18 01:43:48 +08:00
wood1986
cd286fa25f
Update layouts-test.js
2013-08-18 01:39:37 +08:00
wood1986
6df4753822
Update layouts.js
2013-08-18 01:36:07 +08:00
wood1986
613474eb44
Update layouts-test.js
2013-08-15 22:45:56 +08:00
wood1986
112246dd55
Update layouts-test.js
2013-08-15 22:39:59 +08:00
wood1986
069ed31759
Update layouts-test.js
2013-08-15 22:37:01 +08:00
wood1986
9e72189574
Update date_format-test.js
2013-08-15 22:30:57 +08:00
wood1986
5a167d853a
Update date_format-test.js
2013-08-15 22:29:52 +08:00
wood1986
5755faa7bb
Update layouts-test.js
2013-08-15 22:29:36 +08:00
wood1986
1ed026a8d9
Update fileAppender-test.js
2013-08-14 17:35:47 +08:00
wood1986
2d177d517b
Update date_format.js
2013-08-13 23:04:52 +08:00
wood1986
21aebbde33
Update layouts.js
2013-08-13 23:04:11 +08:00
Gareth Jones
49892f35d3
Merge pull request #149 from mkielar/master
...
Clustered appender for log4js.
2013-08-08 18:04:18 -07:00
Marcin Kielar
61beac28d3
Clustered appender for log4js.
...
+ lib/appenders/clustered.js
+ test/clusteredAppender-test.js
Instead os using sockets (like multiprocess) or dead and unmaintained hook.io, Clustered appender
uses process.send(message) / worker.on('message', callback) mechanisms for transporting data
between worker processes and master logger.
Master logger takes an "appenders" array of actual appenders that are triggered when worker appenders send some data.
This guarantees sequential writes to appenders, so the log messages are not mixed in single lines of log.
2013-08-09 00:04:25 +02:00
Gareth Jones
8ad1cd67e2
formatting fixes, unnecessary code removed
2013-08-05 11:40:59 +10:00
Gareth Jones
c67ab855bb
Merge branch 'master' of https://github.com/nomiddlename/log4js-node
2013-08-05 11:33:23 +10:00
Gareth Jones
4905761f60
Merge pull request #119 from UniversityofWarwick/category-filter
...
Category excluding filter.
2013-08-04 18:25:32 -07:00
Gareth Jones
1e17f88ded
0.6.7
2013-08-02 11:38:34 +10:00
Gareth Jones
d25e1abd48
Merge pull request #142 from crisply/master
...
Allows use of Console Appender when using with node-webkit
2013-07-14 18:32:26 -07:00
Lex
dde2e69948
Getting console appender to work with node-webkit
2013-07-10 05:07:28 -07:00
Gareth Jones
351a912a86
simplified the reload config code a little, moved the tests into their own file, improved coverage
2013-07-09 09:24:11 +10:00
Gareth Jones
c5fd75dac3
removed check on undefined configState.filename - should not happen, and is covered by the statSync anyway
2013-07-09 08:01:41 +10:00
Gareth Jones
4dd5989d27
Merge branch 'master' of https://github.com/nomiddlename/log4js-node
...
Conflicts:
test/gelfAppender-test.js
2013-07-08 15:24:29 +10:00
Gareth Jones
46721465a1
Merge pull request #140 from karlvlam/master
...
Add custom field support to GELF appender
2013-07-07 16:17:23 -07:00
Gareth Jones
76ff7aa5fa
improved coverage of date format
2013-07-08 08:51:42 +10:00
Gareth Jones
be5fa838be
improved coverage of hookio appender
2013-07-08 08:46:11 +10:00
Gareth Jones
a86bed975c
improved coverage of lib/log4js.js
2013-07-08 08:18:48 +10:00