debug msg

master
alex 2022-04-10 20:38:19 +02:00
parent 1ca0a07b3a
commit c7ca750fac
1 changed files with 3 additions and 0 deletions

View File

@ -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();