mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-24 14:17:47 -06:00
log: removed excessive verbose logs
This commit is contained in:
2
src/cache/rediscache.client.ts
vendored
2
src/cache/rediscache.client.ts
vendored
@@ -41,10 +41,8 @@ class Redis {
|
||||
});
|
||||
|
||||
try {
|
||||
this.logger.verbose('connecting new redis client');
|
||||
this.client.connect();
|
||||
this.connected = true;
|
||||
this.logger.verbose('connected to new redis client');
|
||||
} catch (e) {
|
||||
this.connected = false;
|
||||
this.logger.error('redis connect exception caught: ' + e);
|
||||
|
||||
Reference in New Issue
Block a user