Added more loggin

toggle_key
John Crepezzi 13 years ago
parent 8f0d6260b0
commit 4b58c8d356
  1. 1
      lib/document_stores/redis.js

@ -14,6 +14,7 @@ var RedisDocumentStore = function(options, client) {
winston.info('using predefined redis client'); winston.info('using predefined redis client');
RedisDocumentStore.client = client; RedisDocumentStore.client = client;
} else if (!RedisDocumentStore.client) { } else if (!RedisDocumentStore.client) {
winston.info('configuring redis');
RedisDocumentStore.connect(options); RedisDocumentStore.connect(options);
} }
}; };

Loading…
Cancel
Save