This reverts commit d18fb466fb.
d18fb466fb
Update connect-logger.js to work correctly with express
Fixed the old unit tests. Added validation for new functionality. Signed-off-by: Vladimir Mitev <idalv@users.noreply.github.com>
It turns out that whenever the clusterred appender is used the log event is passed to all actual appenders. The actual appender's category is ignored. Signed-off-by: Vladimir Mitev <idalv@users.noreply.github.com>