Added more loggin
This commit is contained in:
@@ -14,6 +14,7 @@ var RedisDocumentStore = function(options, client) {
|
||||
winston.info('using predefined redis client');
|
||||
RedisDocumentStore.client = client;
|
||||
} else if (!RedisDocumentStore.client) {
|
||||
winston.info('configuring redis');
|
||||
RedisDocumentStore.connect(options);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user