Update readme to describe hook.io usage
This commit is contained in:
parent
b93691b82a
commit
681decf51f
@ -143,7 +143,7 @@ This was mainly created for [cluster](https://github.com/LearnBoost/cluster), bu
|
|||||||
var hookCluster = cluster('./doyoulikebeans');
|
var hookCluster = cluster('./doyoulikebeans');
|
||||||
|
|
||||||
// Perform the once off configuration depending on type of cluster
|
// Perform the once off configuration depending on type of cluster
|
||||||
if (aboutCluster.isMaster) {
|
if (hookCluster.isMaster) {
|
||||||
require('log4js').configure('log4js-master.json');
|
require('log4js').configure('log4js-master.json');
|
||||||
} else {
|
} else {
|
||||||
require('log4js').configure('log4js-worker.json');
|
require('log4js').configure('log4js-worker.json');
|
||||||
|
Loading…
Reference in New Issue
Block a user