Add tests for multiprocess file appender

This commit is contained in:
Danny Brain
2011-11-03 09:10:02 +11:00
parent 097390bc89
commit a95117c0d3
3 changed files with 176 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ var LogServer = function createLogServer(config) {
// JSON.parse failed, just log the contents probably a naughty.
actualAppender(createLoggingEvent('ERROR', 'Unable to parse log: ' + logMessage));
}
})
});
});
});
server.listen(config.loggerPort || 5000, config.loggerHost || 'localhost');