Gareth Jones
a549df44b4
Merge pull request #199 from lulurun/fix_file_appender
...
fix shutdown method: make sure to callback when write completed immediat...
2014-04-22 09:58:03 +10:00
Gareth Jones
5e0982f0b1
Merge pull request #200 from lulurun/datefile_appender_fix
...
file won't get rolled if the process restarted daily
2014-04-22 09:29:15 +10:00
Xiaolu Liu
f5a76d9073
file won't get rolled if the process restarted daily
2014-04-24 00:07:11 +09:00
Xiaolu Liu
29d941f0a6
fix shutdown method: make sure to callback when write completed immediately
2014-04-21 16:27:51 +09:00
Gareth Jones
0c2baa9690
0.6.13
2014-04-09 07:44:23 +10:00
Gareth Jones
9b538ee8ed
fixed timezone flakiness
2014-04-09 07:43:40 +10:00
Gareth Jones
e4d5228f2b
Merge branch 'flush-on-exit'
2014-04-09 07:37:17 +10:00
Gareth Jones
6aacb0da0b
Merge pull request #195 from jengler/flush-on-exit
...
Flush on exit
2014-04-09 07:35:25 +10:00
John Engler
6e3da6f44b
Added error throwing when error loading test file.
...
This will hopefully give us better visibility into our Travis CI
build failures.
2014-04-08 12:40:27 -07:00
John Engler
3b5eb28115
Update dateFile EOL usage to be consistent with appender.
...
From the looks of the Travis CI failure, this could be the issue
causing failures. Not sure as I can't reproduce locally. However,
it is still an inconsistency and worth fixing.
2014-04-08 10:47:18 -07:00
John Engler
633ed3cddb
Support for disabling log writes on shutdown.
...
Updated logger.js to support disabling all log writes.
Updated log4js.js shutdown function to disable log writes.
Added tests.
Update gitignore to ignore rolling date stream's test output.
2014-04-07 19:06:29 -07:00
John Engler
8ca092cdb9
Removed callback to write, as it is not needed.
2014-04-05 16:14:56 -07:00
John Engler
3ec9811b5e
Update log4js module to expose a shutdown function.
...
loadAppender will check for a shutdown function exposed by
a loaded appender. If present, it will be cached so that the
shutdown function can execute it.
The intent here is that a Node application would not invoked
process.exit until after the log4js shutdown callback returns.
2014-04-05 15:12:45 -07:00
Gareth Jones
c852fceaf4
Update README.md
2014-04-01 11:09:01 +11:00
Gareth Jones
492919b940
0.6.12
2014-03-05 13:17:15 +11:00
Gareth Jones
470baa6c09
Merge pull request #187 from jci-fox/addHasLogger
...
adding ability to check if a logger exists
2014-03-05 13:16:51 +11:00
Gareth Jones
cd2ee14bde
0.6.11
2014-03-05 09:25:03 +11:00
Gareth Jones
c09c11b147
Merge branch 'master' of https://github.com/nomiddlename/log4js-node
2014-03-05 09:24:09 +11:00
Gareth Jones
b74a514369
Merge pull request #186 from jci-fox/issue184_dynamicloglevels
...
Adding level checks on dynamic logging
2014-03-05 09:17:16 +11:00
jci-fox
fd05d90c2f
adding ability to check if a logger exists
...
This allows for not accidentally adding a non-configured logger
2014-03-04 09:45:56 -06:00
jci-fox
73344ba79f
fixing unit test
...
logger.log requires 2 params, and with the 1st being level and filtering the level, the log call must provide a level that will result in log messages
2014-03-04 09:27:04 -06:00
jci-fox
22c156582f
Adding level checks on dynamic logging
...
using levels.toLevel and this.isLevelEnabled prior to emiting the event will prevent the appenders from being notified if the log level provided is below the loggers level.
2014-03-04 09:08:27 -06:00
Gareth Jones
72bfb5d980
0.6.10
2014-02-11 08:51:21 +11:00
Gareth Jones
83ad0babf3
changed my email address
2014-02-11 08:50:36 +11: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