Added more loggin

This commit is contained in:
John Crepezzi 2012-09-27 11:50:56 -04:00
parent 8f0d6260b0
commit 4b58c8d356
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
};