1353 Commits

Author SHA1 Message Date
Jimmy Hunag
daeb754e47 test: cover layout-test 2019-05-16 01:11:47 +08:00
Jimmy Hunag
5da824e2ff feat: add line number, column position and filename support 2019-05-16 00:45:46 +08:00
Gareth Jones
853c9c9c1a 4.2.0 v4.2.0 2019-05-14 14:28:12 +10:00
Gareth Jones
60d7743158 chore: add streamroller upgrade to changelog 2019-05-14 14:18:14 +10:00
Gareth Jones
dccaaac1b0
Merge pull request #878 from log4js-node/streamroller-1.0.5
fix: updated streamroller should fix log rotation bug
2019-05-14 14:16:28 +10:00
Gareth Jones
e937da7294 fix: updated streamroller should fix log rotation bug 2019-05-14 14:05:17 +10:00
Gareth Jones
edc1d2b3bd chore: added PR#876 to changelog 2019-05-14 13:56:41 +10:00
Gareth Jones
c1b5813b16
Merge pull request #875 from Simmyoungsub/docs-add-the-body-token-to-a-custom-format
docs: add explaining custom format
2019-05-13 08:44:11 +10:00
Gareth Jones
1db815b452
Merge pull request #876 from leak4mk0/context-request
fix(connectLogger): type definition for context option.
2019-05-13 08:31:43 +10:00
Gareth Jones
4875f6b255
Merge pull request #877 from leak4mk0/document-module-name
fix(doc): name of required/imported module in document.
2019-05-13 08:29:48 +10:00
leak4mk0
4a5e545a78 Fix name of required/imported module in document. 2019-05-12 09:36:41 +09:00
leak4mk0
340fafb749 Fix type definition. 2019-05-12 09:22:40 +09:00
myoungsubsim
2428182a95 test: add custom-format test case 2019-05-10 17:48:30 +09:00
myoungsubsim
d9f41f1bb0 docs: add explaining custom format 2019-05-10 16:14:36 +09:00
Gareth Jones
89c09ab5e4 chore: added sighup fix, and level types to changelog 2019-05-09 08:40:23 +10:00
Gareth Jones
789281f5c7
Merge pull request #872 from Ivkaa/patch-1
Add missing types for Level
2019-05-09 08:37:53 +10:00
Gareth Jones
ff198de9d9
Merge pull request #873 from log4js-node/fix-sighup-handler
Sighup handler was just nonsense
2019-05-09 08:31:58 +10:00
Gareth Jones
542daa48c1 fix: sighup handler was just nonsense 2019-05-09 08:15:33 +10:00
Gareth Jones
db95a9d02e chore: included PRs in changelog for 4.2.0 2019-05-08 08:35:46 +10:00
Gareth Jones
54bfa96a8d
Merge pull request #862 from leak4mk0/context-request
feat(connectLogger): add response to context
2019-05-07 08:35:12 +10:00
Gareth Jones
8c29e7838a
Merge pull request #863 from pharapiak/inherit-parent-category-config
feat: add appender and level inheritance
2019-05-06 17:07:23 +10:00
Gareth Jones
8f757e1447 4.1.1 v4.1.1 2019-05-06 08:53:37 +10:00
Gareth Jones
37fa48c99f chore: added PR to changelog 2019-05-06 08:53:25 +10:00
Gareth Jones
8f0054473d
Merge pull request #870 from log4js-node/fixes-for-node-v12
Fixes for node v12
2019-05-06 08:51:48 +10:00
Gareth Jones
6c4523c7d8 test: removed unnecessary regexp 2019-05-06 08:46:26 +10:00
Gareth Jones
20d3cea8d1 test: new version of sandboxed-module to fix tests in v12 2019-05-06 08:34:14 +10:00
Gareth Jones
f19cc85a5f Merge branch 'master' into fixes-for-node-v12 2019-05-06 07:59:12 +10:00
Paul Harapiak
301dcde705 Merge branch 'master' of https://github.com/log4js-node/log4js-node into inherit-parent-category-config 2019-05-04 12:12:29 -04:00
Paul Harapiak
6bff3bb7f4 feat(categoryInheritance): using preProcessingListener
for preparing config before validation and interpretation
2019-05-04 12:10:16 -04:00
Gareth Jones
aa6c85ca5f Merge branch 'master' of https://github.com/log4js-node/log4js-node 2019-05-03 08:07:00 +10:00
Gareth Jones
170fcbae48 chore: updated changelog for merged PR 2019-05-03 08:06:54 +10:00
Ivkaa
05f91c506a Add Level types 2019-05-02 10:32:50 +02:00
Gareth Jones
04c385c201
Merge pull request #845 from xinbenlv/patch-1
Allow anything in the addLayout
2019-05-02 08:48:25 +10:00
Gareth Jones
e6f9f28830 fix: failing test on node v6 2019-05-02 08:35:26 +10:00
Gareth Jones
a5502e6689 Merge branch 'master' of https://github.com/log4js-node/log4js-node 2019-05-01 08:12:45 +10:00
Gareth Jones
317fca0f31 chore: updated changelog for merged PR 2019-05-01 08:11:42 +10:00
Gareth Jones
dc8f2fea24
Merge pull request #867 from Ivkaa/patch-1
Add missing types for addLevels
2019-05-01 08:09:01 +10:00
Paul Harapiak
045a1feef0 feat: improved doc'n for category hierarchy 2019-04-30 08:22:04 -04:00
Ivkaa
0902620436 Add missing types for addLevels 2019-04-30 11:12:19 +02:00
Paul Harapiak
04f65044a5 Merge branch 'inherit-parent-category-config' of https://github.com/pharapiak/log4js-node into inherit-parent-category-config 2019-04-25 22:39:34 -04:00
Paul Harapiak
3b81a6b429 feat: add appender and level inheritance
feat: add appenders and level inheritance

feat: inherit appenders and level from base

feat: inherit appenders, handle empty categories
2019-04-25 22:37:24 -04:00
Paul Harapiak
fa7c5ca1fb feat: inherit appenders and level from base 2019-04-25 14:10:45 -04:00
Paul Harapiak
a81bf78d50 feat: add appenders and level inheritance 2019-04-25 14:05:17 -04:00
Paul Harapiak
805634f4d2 feat: add appender and level inheritance 2019-04-25 13:12:25 -04:00
leak4mk0
f9ddc61d07 feat(connectLogger): add response to context 2019-04-26 00:02:51 +09:00
Gareth Jones
5c5d572a8e Merge branch 'master' into fixes-for-node-v12 2019-04-25 11:25:10 +10:00
Gareth Jones
d03bcae0f7
Merge pull request #860 from bjornstar/fix-node-12-levels
fix(layout): Use level as a string for node v12
2019-04-25 11:24:23 +10:00
Gareth Jones
c3aed45864 chore: update deps, add v12 to travis config 2019-04-25 11:13:32 +10:00
Gareth Jones
9d630af089 test: fixes for node 12 2019-04-25 10:33:36 +10:00
Bjorn Stromberg
027f2567b6 fix(layout): Use level as a string for node v12 (Fixes #859) 2019-04-24 15:21:47 +09:00