Unverified Commit ca606103 authored by Jyong's avatar Jyong Committed by GitHub

logging qa error (#672)

parent 082f8b17
......@@ -557,8 +557,8 @@ class IndexingRunner:
qa_document.metadata['doc_hash'] = hash
qa_documents.append(qa_document)
format_documents.extend(qa_documents)
except Exception:
logging.error("sss")
except Exception as e:
logging.error(str(e))
split_documents.extend(format_documents)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment