mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add more elastic debugging
This commit is contained in:
parent
0efbfe6f13
commit
9baeb89742
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue