Add tests for multiprocess file appender
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user