155 Commits

Author SHA1 Message Date
Lam Wei Li
7a16cfbef1
chore(docs): updated logger api docs 2022-03-08 22:59:27 +08:00
Lam Wei Li
7a26cb01a4
Merge pull request #1203 from log4js-node/update-docs
chore(docs): updated logger api docs
2022-03-08 17:56:59 +08:00
Lam Wei Li
3e270c0673
chore(docs): updated logger api docs 2022-03-08 17:51:38 +08:00
Lam Wei Li
faef3d20f6
chore(docs): updated fileSync appender docs 2022-03-08 17:25:51 +08:00
Lam Wei Li
d894f57305
chore(docs): updated file appender docs 2022-03-08 17:25:39 +08:00
Lam Wei Li
110a008ae6
Update dateFile.md 2022-01-29 00:40:34 +08:00
Lam Wei Li
e2947474c7
Update file.md 2022-01-29 00:39:37 +08:00
Lam Wei Li
98c9c3513f
Update dateFile.md 2022-01-29 00:34:42 +08:00
Lam Wei Li
e43aa10efe
Merge pull request #1182 from log4js-node/update-docs
chore(docs) - updated file appender doc
2022-01-29 00:31:52 +08:00
Lam Wei Li
eeb4e94cd3
chore(docs) - updated file appender doc 2022-01-29 00:27:16 +08:00
Lam Wei Li
68e70029a9
Merge pull request #1181 from log4js-node/update-docs
chore(docs) - updated dateFile appender docs
2022-01-29 00:26:25 +08:00
Lam Wei Li
28388888c5
chore(docs) - updated dateFile appender docs 2022-01-29 00:21:52 +08:00
Lam Wei Li
313eb22dc5
chore(docs): corrected typo in sample code for multiFile appender 2022-01-28 16:32:20 +08:00
Lam Wei Li
bedbc4152f
refactor date pattern names for clarity (when %date actually means %datetime) 2022-01-23 21:20:26 +08:00
Lam Wei Li
53248cd564
Merge pull request #1149 from log4js-node/migrate-daysToKeep-to-numBackups
chore(deps): migrated from daysToKeep to numBackups due to streamroller@^3.0.0
2022-01-19 23:33:19 +08:00
Lam Wei Li
d6b017e720
chore(docs): updated fileSync.md and misc comments 2022-01-19 23:30:10 +08:00
Lam Wei Li
d4617a730d
chore(deps): migrated from daysToKeep to numBackups due to streamroller@^3.0.0 2022-01-19 23:24:14 +08:00
peteriman
8042252861
Changed default file modes from 0o644 to 0o600 for better security 2022-01-16 22:09:32 +08:00
Gareth Jones
8a152636a4
Merge pull request #1018 from iassasin/docs-other-appenders
Add section in documentation for links to other appenders
2020-05-25 08:35:14 +10:00
Gareth Jones
493736700c
Merge pull request #1014 from rnd-debug/docs-influxAppender
docs: adding mention of InfluxDB appender
2020-05-25 08:26:53 +10:00
iassasin
6d0edf1f2c add section in documentation for links to other appenders 2020-05-24 13:06:30 +03:00
rnd-debug
8d2f69c336 docs: adding mention of InfluxDB appender 2020-05-19 06:04:46 +02:00
rnd-debug
6a6cbdb383 docs: improving default example in categories.md 2020-05-03 11:11:27 +02:00
rnd-debug
90fdcaacc5 docs: adding doc about categories 2020-05-03 11:03:17 +02:00
rnd-debug
ceae893896 feat: TCP appender - enabling a custom EndMsg token and a custom Layout 2020-04-12 19:34:06 +02:00
Gareth Jones
af086bcc80 docs: added pause/resume info for file appenders 2019-11-19 08:48:52 +11:00
Gareth Jones
2f45b084fb fix: truncation and padding for stacktraces 2019-10-22 08:58:46 +11:00
Gareth Jones
42d38e6236 docs: fixed a couple of spelling errors 2019-07-10 08:46:15 +10:00
Gareth Jones
f428d7d0fd
Merge pull request #913 from rommni/feature/fileNameTruncate
feat: add delimiter for fileName depth to %f layout patern
2019-07-10 08:18:21 +10:00
Romain
4f9e2a3b86 feat: allow to change default way to parse callstack 2019-07-09 11:54:38 +02:00
Romain
e70d13200c feat: add delimiter for fileName depth to %f layout patern 2019-07-09 11:00:49 +02:00
Gareth Jones
39cd2ef3f6 docs: added explanation of passing appender module in config, and types 2019-06-26 07:57:28 +10:00
Gareth Jones
aa6e9f4997 docs: added link to file mode docs 2019-06-12 08:17:03 +10:00
Gareth Jones
d80f3f10d5 docs: line number feature documentation 2019-05-22 08:43:45 +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
leak4mk0
4a5e545a78 Fix name of required/imported module in document. 2019-05-12 09:36:41 +09:00
myoungsubsim
d9f41f1bb0 docs: add explaining custom format 2019-05-10 16:14:36 +09: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
Paul Harapiak
045a1feef0 feat: improved doc'n for category hierarchy 2019-04-30 08:22:04 -04:00
leak4mk0
f9ddc61d07 feat(connectLogger): add response to context 2019-04-26 00:02:51 +09:00
Gareth Jones
615492d09f docs: mention that file and dateFile are the same now 2019-01-25 08:22:02 +11:00
blakambr
84437ef51e feat(connectLogger): added status code rulesets + tests 2018-12-19 16:50:33 +11:00
Mattia Capitanio
80ca5965cb feat(noLogFilter): added no log filter regexp in general config 2018-12-02 17:08:39 +01:00
Gareth Jones
4d81c5a5d0 chore: fix for #729 2018-08-13 08:12:09 +10:00
Philip White
22c13dd08e fix: Document log-format function, allow it in TypeScript 2018-07-27 12:57:25 -07:00
Gareth Jones
e73bd48445 docs: formatting fixes 2018-07-20 08:20:57 +10:00
Gareth Jones
e99276d141 docs: v3 changes 2018-07-20 08:17:55 +10:00
Gareth Jones
2db6bb036c Merge branch 'master' into version-3.x 2018-07-12 17:06:01 +10:00
Gareth Jones
db9271b771 chore: deprecated logFaces-UDP 2018-07-12 08:23:54 +10:00
Gareth Jones
5618fdb4f8 Merge branch 'master' into version-3.x 2018-07-06 07:59:05 +10:00