Commit Graph

35 Commits (master)

Author SHA1 Message Date
Quentin Brandon 435f4f320f Bugfixes: get the unit tests passing again
10 years ago
Quentin Brandon af69eddd1c Add optional timezoneOffset config for appenders
10 years ago
Gareth Jones c624aef282 Merge pull request #261 from boljen/clusterpid
10 years ago
Patrick Hogan 6b029e98fc Allow for blank tokens due to dynamic data
10 years ago
Christophe Bol 3300dfae60 fixed error when logging from the clustered master
10 years ago
Christophe Bol b694fd1d8d added cluster identifier support
10 years ago
j2ro 3e78fcb630 #233: Adding ability to put pid in log layout pattern
10 years ago
j2ro 44687e1bd1 #233: Adding ability to put pid in log layout pattern
10 years ago
wood1986 7888381991 Update layouts.js
11 years ago
wood1986 6df4753822 Update layouts.js
11 years ago
wood1986 21aebbde33 Update layouts.js
11 years ago
Gareth Jones efc4e36317 improved coverage for layouts
11 years ago
Gareth Jones 41ddf5eea7 merged util.format branch (fixes a lint error and simplifies the code)
11 years ago
Gareth Jones 6368de1094 refactored pattern layout
11 years ago
Gareth Jones 5d6f00eda4 fixed all lint errors except ones which require refactoring of code
11 years ago
Gareth Jones f272e3fd0a Merge branch 'master' into util.format
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
Gareth Jones 0dbc4921a3 Changed layouts to use util.format instead of my own implementation
12 years ago
Friedel Ziegelmayer 4a7a90ed53 [feature] Add color option to pattern layout.
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 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
Gareth Jones 9a34d9edfd fixed missing space between log data elements
13 years ago
Gareth Jones 7aa076c278 removed the annoying extra new line
13 years ago
Gareth Jones 4b32456db7 fixed a bug where if the first log arg was not a string it wouldn't get logged
13 years ago
Gareth Jones d0b4563ba0 fixed small bug checking for stack on undefined object
13 years ago
Gareth Jones d64d4ca0ca updated to remove TODO and credit danbell
13 years ago
Gareth Jones b338b34fd6 added tests for pattern layout
13 years ago
Gareth Jones 3691648cd0 fixed patternlayout, needs tests though
13 years ago
Gareth Jones d7ffa59434 moved level colours into layouts where they belong, updated README
13 years ago
Gareth Jones 5868856a7d all tests pass, now with proper console.log formatting
13 years ago
Gareth Jones f89d54b66e removed main function, now using felixge's sandboxed-module, split code into multiple files
13 years ago