chore: use logger for all important logs

This commit is contained in:
André Sá 2021-10-08 19:04:24 +01:00
parent 6f73606cfb
commit 21bdf5f60a
16 changed files with 51 additions and 39 deletions

View file

@ -128,7 +128,7 @@ function sendRadar (data) {
}
return axios.default(config)
.then(r => console.log(r.status))
.then(r => logger.info(r.status))
}
function mapRecord (rates, settings) {