647 Commits

Author SHA1 Message Date
Gareth Jones
97fc892c00 fixing some jshint errors 2016-04-29 09:11:17 +10:00
Gareth Jones
d6642e01cf Merge branch 'chewax-feature/mailgunAppender' 2016-04-29 08:08:32 +10:00
Gareth Jones
1c3cf620c5 fixed conflicts in test file 2016-04-29 08:08:07 +10:00
Daniel
2a23c237ef Resolve merge conflict 2016-04-28 09:51:17 -03:00
Daniel
ecb1543e2f Appender require fix error. Now mailgun is required on the configure function. This is to avoid not having __config object. Tests have been updated to adapt the changes 2016-04-28 05:17:54 -03:00
Daniel
338c5fc77d Module loading solution 2016-04-28 03:19:25 -03:00
Gareth Jones
a1433e2316 0.6.35 v0.6.35 2016-04-15 09:28:26 +10:00
Gareth Jones
0007623aa9 Merge pull request #364 from demmer/add-stderr-appender
add a stderr appender
2016-04-15 09:26:53 +10:00
Gareth Jones
451f79a29a 0.6.34 v0.6.34 2016-04-15 08:52:03 +10:00
Gareth Jones
eaa972b52e uncommented the failing mailgun test (node 0.8 no longer tested against) 2016-04-15 08:44:01 +10:00
Gareth Jones
321621e6ef Merge pull request #366 from cohi/master
Adding slack appender
2016-04-15 08:42:01 +10:00
Gareth Jones
4fb05d60d4 Merge pull request #371 from artem-karpenko/master
Shutdown for gelf appender
2016-04-15 08:40:30 +10:00
Gareth Jones
41355ffc6c updated the list of node versions to test against 2016-04-15 08:39:28 +10:00
Artem Karpenko
75ae085ae9 Missing newline 2016-04-06 19:14:35 +03:00
Artem Karpenko
a386a087cf Added shutdown hook for gelf appender 2016-04-06 19:06:34 +03:00
cohi
e1905bc131 removing hipchat comment 2016-03-31 13:44:59 +03:00
Michael Demmer
929c20618b Update README to mention stderr output 2016-03-28 10:08:16 -07:00
cohi
dddc49794b remove broken mailgunAppender test 2016-03-27 16:53:08 +03:00
cohi
977cdcd9a5 removing additional comma 2016-03-27 16:34:40 +03:00
cohi
eb53f062ca removing slack dependency 2016-03-27 16:29:58 +03:00
cohi
3457199ebc adding slack appender 2016-03-27 16:20:23 +03:00
Michael Demmer
5e64fbd90b add a stderr appender
Thus functions almost identically to the consoleAppender except that
instead of logging through `console.log` it uses `process.stderr.write`.
2016-03-24 14:56:28 -07:00
Gareth Jones
4488fa3464 Update README.md 2016-03-15 10:31:01 +11:00
Gareth Jones
5f5673b751 Fixed mention of default config reloading, which was lies. 2016-03-15 10:29:55 +11:00
Gareth Jones
111ba283e9 0.6.33 v0.6.33 2016-03-09 10:45:14 +11:00
Gareth Jones
b1ae1218a6 Merge pull request #357 from shakacode/add-loggly-tagged
Add new appender logglyTagged
2016-03-09 10:44:23 +11:00
Justin Gordon
a9f52faa46 Add new appender logglyTagged
This appender allows adding tags to any call to the logger.

Documentation added:

Loggly Appender. Sends logging events to Loggly using node-loggly,
optionally setting tags.

This appender will scan the msg from the logging event, and pull out
any argument of the shape `{ tags: [] }` so that it's possible
to add tags in a normal logging call. If an object contains tags and
other members, that object is not used for loggly tagging.

For example:

logger.info({ tags: ['my-tag-1', 'my-tag-2'] }, 'Some message', someObj, ...)

And then this appender will remove the tags param and append it to the config.tags.
2016-03-03 18:44:43 -10:00
Gareth Jones
b1a36cbe76 0.6.32 v0.6.32 2016-02-29 08:41:50 +11:00
Gareth Jones
df19764db7 Merge pull request #355 from Smurf-IV/master
Make categoryFilter respect cwd option
2016-02-29 08:37:47 +11:00
Gareth Jones
7d9c57dd5a Merge pull request #354 from woollybogger/perf
Improve logging performance
2016-02-29 08:35:17 +11:00
Gareth Jones
00bcc562f1 Merge pull request #356 from chrispotter/hipchat-connection
Hipchat connection
2016-02-29 08:28:35 +11:00
Chris Potter
cd92505bbf Missed one config -> _config 2016-02-11 21:43:20 -05:00
Chris Potter
dc7bda44f0 Removed unneeded console.log and extraneous variable declarations. 2016-02-11 21:34:26 -05:00
Chris Potter
d35c891a1b Add example file for reference. 2016-02-11 21:19:56 -05:00
Chris Potter
36d189c595 Add name to hipchat entity. 2016-02-11 17:37:17 -05:00
Chris Potter
3a6f670be8 Add hipchat and hipchat-test according to mailgun appender. 2016-02-11 17:13:05 -05:00
Smurf-IV
d67db85869 Make categoryFilter respect cwd option
https://github.com/nomiddlename/log4js-node/issues/351
2016-02-08 14:49:43 +00:00
Nathan Woltman
c99783031f Improve logging performance
Allow V8 to optimize the logging functions by not leaking the arguments object
and reduce the number of object accesses in the toLevel function.
This results in a performance improvement of about 11%.
2016-02-07 19:53:05 -05:00
Gareth Jones
0f8bffda21 0.6.31 v0.6.31 2016-02-02 10:39:15 +11:00
Gareth Jones
43700b1536 Merge pull request #348 from chewax/feature/mailgunAppender
Feature/MailGunAppender
2016-02-02 10:37:45 +11:00
Daniel
436782b614 Removed mailgun-js dependency from package.json. Added missing colon to /lib/appenders/mailgun.js 2016-02-01 12:30:24 -02:00
Gareth Jones
40bd1e15e8 Merge pull request #347 from rlidwka/master
fix shutdown callbacks not being called
2016-02-01 09:37:37 +11:00
chewax
df961350bc Feature/MailGunAppender 2016-01-29 17:03:35 -02:00
Alex Kocharin
fc3ae676f1 fix shutdown callbacks not being called 2016-01-29 14:50:51 +00:00
Gareth Jones
55c516740c 0.6.30 v0.6.30 2016-01-26 22:39:26 +11:00
Gareth Jones
03d8c7dff4 Merge pull request #345 from hmalphettes/no-async
Replace async by native recursions
2016-01-26 22:36:10 +11:00
Gareth Jones
b28bbdcc0a fixed up log files appearing in the git status list 2016-01-26 22:26:09 +11:00
Hugues Malphettes
3be1c25455 Replace async by native recursions 2016-01-15 11:59:47 +08:00
Gareth Jones
0fc65d38eb Merge pull request #336 from gchauvet/master
Send logs as email attachment
2016-01-07 08:09:53 +11:00
Gareth Jones
1164cc70f2 Merge pull request #344 from hmalphettes/master
Remove the underscore dependency
2016-01-07 08:08:11 +11:00