Commit 4b58c8d3 authored by John Crepezzi's avatar John Crepezzi
Browse files

Added more loggin

parent 8f0d6260
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
  }
};