Commit 057c21c4084eced8b5a339221c78828154f42f54

Authored by Adhidarma Hadiwinoto
1 parent ee816f24a3
Exists in master

typo fix

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -33,7 +33,7 @@ if (config.redis && config.redis.host) {
33 33 host: config.redis.host,
34 34 port: config.redis.port || 6379,
35 35 container: 'log_' + config.globals.smscid,
36   - channel: 'log_`' + config.globals.smscid + '_' + config.globals.jid
  36 + channel: 'log_' + config.globals.smscid + '_' + config.globals.jid
37 37 }
38 38 logger.add(winston.transports.Redis, winstonRedisOptions);
39 39 logger.info("Add redis log channel", {options: winstonRedisOptions});