Commit 173aca4a36993b7e6279f9c18d2ccdd6a313d8fb

Authored by Adhidarma Hadiwinoto
1 parent d600e067e9
Exists in master

Log redis history fetched

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

... ... @@ -20,6 +20,7 @@ function fetchFromRedis() {
20 20 logger.warn(`Error parsing JSON on redis history. ${e.toString()}`);
21 21 }
22 22 });
  23 + logger.info(`History fetched from redis with ${reply.length} items.`);
23 24 })
24 25 }
25 26 fetchFromRedis();