Commit Graph

104 Commits (master)

Author SHA1 Message Date
Skylar Lowery 3cf1d697e8 Remove GELF flag when capturing custom fields
10 years ago
hasegawa-jun ebfcf94db3 make sure to call require()
10 years ago
Gareth Jones eb87ccb78d Merge pull request #277 from hasegawa-jun/shutdown-smtp-appender
10 years ago
Gareth Jones 8360bb732c Merge pull request #282 from qbrandon/master
10 years ago
alawatthe 57fc9e7aa0 The smtp appender now works with the current version of nodemailer
10 years ago
Quentin Brandon af69eddd1c Add optional timezoneOffset config for appenders
10 years ago
hasegawa-jun 4dfe14a0c2 added shutdownTimeout option
10 years ago
hasegawa-jun adfad9ad20 Implemented shutdown function for SMTP appender
10 years ago
Gareth Jones d31521bac0 Merge pull request #240 from vivocha/vivocha-0.6.20
10 years ago
Gareth Jones c624aef282 Merge pull request #261 from boljen/clusterpid
10 years ago
sc2bigjoe 1629e01df9 Update smtp.js
10 years ago
Christophe Bol b694fd1d8d added cluster identifier support
10 years ago
Gareth Jones 39ce97d140 Merge pull request #242 from marcelog/marcelog_logstash_udp_appender
10 years ago
Marcelo Gornstein a7a0964803 adding logstash UDP appender
10 years ago
Christian Langer 82950eb965 pass options to wrapped appender in logLevelFilter
10 years ago
Luis Malheiro 17c9b29ca5 Removed property 'level' from the file appender, because that functionality is provided by appender logLevelFilter.
10 years ago
Luis Malheiro 036293db41 Log compression.
10 years ago
Luis Malheiro 6fa998408a Adds subcategories to the appenders and loggers. Adds property "level" at the file appender to limit the levels that a file appender accepts.
10 years ago
Dmitry M. Lazutkin 7558a3c367 Closes #238 Updated async library in order to use lib in —use-strict mode
10 years ago
Jakub Chmura 00c62c7fa6 Adding maxLevel to levelFilter.
10 years ago
Gareth Jones 9637be8a41 Merge pull request #232 from GregoireDigbil/fix_loggly_formatting
10 years ago
Grégoire Charvet 黑瓜 0ecd729f49 Remove test logging
10 years ago
Grégoire Charvet 黑瓜 f9c2e78055 Change spaces by tabs
10 years ago
Grégoire Charvet 黑瓜 e7267ecf46 Correctly send message, level and hostname
10 years ago
Gareth Jones ceffdf92e4 Removed hook.io appender, because hook.io does not build on systems without python
10 years ago
Gareth Jones 0242bae78f Merge pull request #214 from GregoireDigbil/master
10 years ago
Gareth Jones 4648e7a5e6 Merge branch 'master' of https://github.com/mayconbordin/log4js-node into mayconbordin-master
10 years ago
Gareth Jones a4d55b3339 fixed up test after merge
10 years ago
Jens John 52b4aa1874 fix uninitialized field error
10 years ago
Jens John 0f51ab1bb3 GELF appender: set version to 1.1
10 years ago
Jens John 5b2d840472 GELF appender: move facility key into a custom field if present
10 years ago
Jens John ca635fc4b9 GELF appender: don't send full_message field
10 years ago
Grégoire Charvet 黑瓜 d65d053bc1 Format message before adding loggly metadata
10 years ago
Gareth Jones b2edbb1146 Merge pull request #175 from devotis/master
10 years ago
Vladimir Mitev 2daf29b400 Clusterred appender should consider the categories.
10 years ago
Gareth Jones 614127bb10 added shutdown to datefile
11 years ago
Xiaolu Liu 29d941f0a6 fix shutdown method: make sure to callback when write completed immediately
11 years ago
Gareth Jones e4d5228f2b Merge branch 'flush-on-exit'
11 years ago
John Engler 8ca092cdb9 Removed callback to write, as it is not needed.
11 years ago
Christiaan Westerbeek ae1a55fed9 Stop making use of any layout
11 years ago
Christiaan Westerbeek 770f2da627 Cleanup
11 years ago
Christiaan Westerbeek eb51aa99be First working version
11 years ago
Christiaan Westerbeek 5286c50375 Added the basic files for Loggly appender
11 years ago
Maycon Bordin 7fcdb2e651 fixed a issue with the encoding on node 0.8
11 years ago
Maycon Bordin 60a84f16cf added tests for the fileSync appender and changed the behavior of fileSync to create an empty log when called, just like the file appender does
11 years ago
Maycon Bordin 723dbec964 added a synchronous file appender
11 years ago
Emile Cantin abdba8e56f Added logic to serialize Error objects correctly
11 years ago
Karl Lam b9bba00d8c GELF time precision should be millisecond level
11 years ago
Marcin Kielar 61beac28d3 Clustered appender for log4js.
11 years ago
Gareth Jones 8ad1cd67e2 formatting fixes, unnecessary code removed
11 years ago