improve logs

This commit is contained in:
les
2021-07-09 21:42:38 +02:00
parent 2fc05fd0ed
commit 49301de42d
2 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ const Helpers = {
return Instance.create({ name: instance.title, domain, data, blocked: false })
})
.catch(e => {
log.error(e)
log.error('[INSTANCE CREATE]', e)
return Instance.create({ name: domain, domain, blocked: false })
})
return instance