Commit Graph

137 Commits (b356dec3187d78412653da24f2c9be9bb5c3b2cc)

Author SHA1 Message Date
Gareth Jones b356dec318 Getting my lint on (via bob)
11 years ago
Gareth Jones 8492519e3b Fixing issue #137
11 years ago
Gareth Jones ab8c7ed89d Merge pull request #136 from issacg/dontalwaysrename-bug
12 years ago
Issac Goldstand dc632f4705 Fixes bug introduced in github issue #132 where file rolling needs to be handled differently for alwaysIncludePattern streams
12 years ago
Jure Mav ac6284add1 Added automatic level detection to connect-logger, depends on http status response.
12 years ago
Issac Goldstand 2da01cc611 Fixes bug introduced in github issue #132 where renaming a file to itself can cause an unhandled error
12 years ago
Issac Goldstand 8c12c948d9 Fixes bug in detecting empty options (see issue #132 on github)
12 years ago
Gareth Jones 936ad4da8e fixed tests broken by alwaysIncludePattern
12 years ago
Gareth Jones 097ae3d7f1 Merge branch 'alwaysIncludePattern' of https://github.com/issacg/log4js-node into isaacg-alwaysIncludePattern
12 years ago
Issac Goldstand 29b02921b6 add option alwaysIncludePattern to dateTime appender to always use the filename with the pattern included when logging
12 years ago
Gareth Jones ed7462885f backporting new streams to node 0.8 for issue #129
12 years ago
Gary Steven e58cf201ca Updated for Node 0.10.x
12 years ago
Jim Schubert f3271a3997 Add standard debug conditional function
12 years ago
Gareth Jones 65e490cbd2 Fixes for version v0.10 streams, breaks log4js for older versions of node
12 years ago
Mário Freitas 8e53c6213e fix: pass options from multiprocess appender to inner appender
12 years ago
Nicolas Pelletier b75e3660f4 Speed up file logging for high rate of logging.
12 years ago
Jan Schmidle 5c75ba9468 fixed small issue that could occur with wrong evaluated parameters
12 years ago
Jan Schmidle bec0d05847 added some documentation to the function header
12 years ago
Jan Schmidle e4bf405f20 add your own tokens to the patternLayout
12 years ago
Friedel Ziegelmayer 4a7a90ed53 [feature] Add color option to pattern layout.
12 years ago
Gareth Jones a9307fd6da fix for issue #100, multiprocess appender and logLevelFilter don't play nicely
12 years ago
Daniel Bell ad63b801f7 Check environment variable LOG4JS_CONFIG for configuration file location.
12 years ago
Gareth Jones 2b889fe776 Working date rolling file appender.
12 years ago
Gareth Jones 9ac61e37f4 Refactored where the exit handler gets added
12 years ago
Gareth Jones 185f343e68 Working date rolling file stream
12 years ago
Gareth Jones be1272cd7c moved streams code around, added stub for DateRollingFileStream
12 years ago
Aleksey V Zapparov f832a2ba79 Do not assign multiple `exit` handlers for FA
12 years ago
osher 54e420eb58 Update lib/layouts.js
12 years ago
Gareth Jones 7a02f39921 Fallback to \n if os.EOL is not defined
12 years ago
Gareth Jones b6ba3bce00 Merge branch 'master' of https://github.com/nomiddlename/log4js-node
12 years ago
Gareth Jones 638ce187bb use os.EOL instead of \n
12 years ago
Gareth Jones a33e48cb07 Changed multiprocess appender to use a single socket per client
12 years ago
druciak 077302c772 SMTP appender migrated to nodemailer 0.3.x
12 years ago
Gareth Jones a046523804 Moved Logger into separate file, added support for loading appenders outside log4js, removed 'name' from appender requirements
12 years ago
Gareth Jones 0ed1a137d6 moved Logger class out of main module
12 years ago
Gareth Jones 33a92b5dd6 Removed some exports that are no longer needed
12 years ago
Gareth Jones 0901794b35 Moved abspath option checking into file appender, log4js options now passed to appenders
12 years ago
Gareth Jones 38a89dcf3d manually merged TooTallNate's pull request #62
12 years ago
Gareth Jones 754ac2c5ac changed config loading to be more predictable
12 years ago
Gareth Jones 61078e88ef fixed the nolog tests
13 years ago
Gareth Jones 613a077a61 fixed test-configureNoLevels
13 years ago
Gareth Jones 68d1c8fa07 Merge pull request #69 from NetDevLtd/feature/setLevelAsymmetry
13 years ago
Mike Bardzinski 872bc791c7 Fixes the log4js.configure({}) issue which zapped all loggers' levels to TRACE, even if they were previously set to something else
13 years ago
Mike Bardzinski 2c7b56853b Changed toLevel to accept a Log4js.Level (or in fact any object), and try to convert it to a Log4js.Level. Fixes the setLevel asymmetry, where you cannot setLevel(log4js.level.foo)
13 years ago
Gareth Jones 1fb8962b83 turned off debug in streams (issue #63)
13 years ago
Gareth Jones e78f4e33ce Fixed issue #51, added tests to cover levels
13 years ago
Gareth Jones 53367785b4 got rid of the __preLog4js stuff from the console.log replacement
13 years ago
Gareth Jones cff20b99e3 added more gelf tests
13 years ago
Gareth Jones 0a422e5749 fixed up gelf tests
13 years ago
Shripad K 0c04c6807c More fixes + Test for "cwd" option
13 years ago