Gareth Jones
Gareth Jones
I don't think that's really needed - there's already a jshint plugin for Grunt, and jshint implements all the same checks that jscheckstyle does, and more.
Streamroller works by keeping track of how many bytes it has written to a file (for file rotation by size anyway), so multiple processes writing to the same file will...
Within a single node.js application, which can have multiple child processes, we do manage the writing of logs with a single process (the individual processes in a node.js cluster delegate...
@schealex did you work out what was wrong? We're facing a similar issue.
You don’t need to pass loggers around, when you call log4js.getLogger(“some category”) you’ll get a logger with the same context as any other call with the same category. Logger has...