chore: use logger for all important logs
This commit is contained in:
parent
6f73606cfb
commit
21bdf5f60a
16 changed files with 51 additions and 39 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue