Add more elastic debugging

This commit is contained in:
Jackson Harper 2022-06-05 11:47:43 -07:00
parent 0efbfe6f13
commit 9baeb89742

View file

@ -188,7 +188,7 @@ export const createPage = async (
return body._id as string
} catch (e) {
console.error('failed to create a page in elastic', e)
console.error('failed to create a page in elastic', JSON.stringify(e))
return undefined
}
}