Commit 27022872e33875fb6590cbfc3eb9153738fef232

Authored by Adhidarma Hadiwinoto
1 parent eee002b571
Exists in master

Add log isVerbosity on custom-ping

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

... ... @@ -7,6 +7,9 @@ const logger = require('tektrans-logger');
7 7 const sender = require('./sender');
8 8  
9 9 const isVerbose = !!(config.custom_ping && config.custom_ping.verbose);
  10 +logger.verbose(`${MODULE_NAME} CE44F47F: Verbosity initialized`, {
  11 + isVerbose,
  12 +});
10 13  
11 14 let bot;
12 15