Commit 25ba168ff64269c7137b745151fdc27a4aa32d0e
1 parent
47afee1dcf
Exists in
master
ubah loglevel forward ke evo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
index.js
... | ... | @@ -89,7 +89,7 @@ function reportToEvo(from, message) { |
89 | 89 | } |
90 | 90 | }; |
91 | 91 | |
92 | - logger.info("Forwarding message to evo", {request_opts: opts}); | |
92 | + logger.verbose("Forwarding message to evo", {request_opts: opts}); | |
93 | 93 | request(opts, function(err, response, body) { |
94 | 94 | if (err) { |
95 | 95 | logger.warn('Error forwarding to evo: ' + err); |