|
I need to review the server logs to debug a crash during reindexing for 0.15.0. I am unable to finish re-indexing for 0.15.0 as Hister crashes and advises me to read the server logs. I am unable to find the server logs in the configured directories or using Error from reindex sometimes happens within minutes, other times takes 10,000's of entries before failing: |
Answered by
asciimoo
Jun 11, 2026
Replies: 2 comments 7 replies
|
Currently there is no logfile. Logs go only to the Thanks for the question/suggestion. |
0 replies
|
I've added log file configuration option with 2d25f7b. Please post the results of your findings, this |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the logs.
Seems like an extractor abort is responsible for the premature reindex stop:
{"level":"error","error":"extractor Notion: notion page content not rendered","time":"2026-06-11T08:31:18-07:00","caller":"server/server.go:1767","message":"reindex failed"}I've fixed it in 40267f9. Could you test it again?