debug msg
parent
1ca0a07b3a
commit
c7ca750fac
|
@ -69,6 +69,9 @@ public class ProxySystem extends Plugin {
|
|||
this.configHandler.getMongodbUsername(), this.configHandler.getMongodbPassword(),
|
||||
this.configHandler.getMongodbDatabase()));
|
||||
|
||||
this.getLogger().info("configRedis " + this.configHandler.getRedisHost() + " "
|
||||
+ this.configHandler.getRedisPort());
|
||||
|
||||
this.redisManager = new RedisManager(
|
||||
new RedisConfig(this.configHandler.getRedisHost(), this.configHandler.getRedisPort()));
|
||||
this.redisManager.connect();
|
||||
|
|
Loading…
Reference in New Issue