Commit 4828d799cb4c01be48689f551d43554c339d5a15

Authored by Adhidarma Hadiwinoto
1 parent b2a14697e7
Exists in master

debug

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

... ... @@ -104,6 +104,7 @@ function pullTask() {
104 104 }
105 105  
106 106 if (config.pull_task_use_post) {
  107 + logger.verbose('Requesting PULL-TASK to CORE using POST');
107 108 options.method = 'POST';
108 109 options.form = body_or_qs;
109 110 }