Commit 93a83a35 authored by John Crepezzi's avatar John Crepezzi
Browse files

Logging

parent 4efc5d47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ var winston = require('winston');
var RedisDocumentStore = function(options, client) {
  this.expire = options.expire;
  if (client) {
    winston.info('using predefined redis client');
    RedisDocumentStore.client = client;
  } else if (!RedisDocumentStore.client) {
    RedisDocumentStore.connect(options);