Commit b143caf500d540ffe36aed51272a6261ba7714e9

Authored by Adhidarma Hadiwinoto
1 parent a37fa0b4f9
Exists in master

debug_request_task_to_core

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

... ... @@ -63,6 +63,10 @@ function pullTask() {
63 63 }
64 64 }
65 65  
  66 + if (config && config.debug_request_task_to_core) {
  67 + logger.verbose('Requesting task to CORE');
  68 + }
  69 +
66 70 request(options, function(error, response, body) {
67 71 if (error) {
68 72 if (matrix.core_is_healthy) {