Commit 19f1c948bc5f424255e40e3b9a64fc93cf8f631c
1 parent
069d6de1d7
Exists in
master
log after create redis channel
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
index.js
... | ... | @@ -36,6 +36,7 @@ if (config.redis && config.redis.host) { |
36 | 36 | channel: 'log_`' + config.globals.smscid + '_' + config.globals.jid |
37 | 37 | } |
38 | 38 | logger.add(winston.transports.Redis, winstonRedisOptions); |
39 | + logger.verbose("Add redis log channel", {options: winstonRedisOptions}); | |
39 | 40 | } |
40 | 41 | |
41 | 42 |