We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00774af commit df627abCopy full SHA for df627ab
backend/onyx/background/celery/tasks/docprocessing/utils.py
@@ -195,12 +195,12 @@ def should_index(
195
)
196
197
# uncomment for debugging
198
- task_logger.info(
199
- f"_should_index: "
200
- f"cc_pair={cc_pair.id} "
201
- f"connector={cc_pair.connector_id} "
202
- f"refresh_freq={connector.refresh_freq}"
203
- )
+ # task_logger.debug(
+ # f"_should_index: "
+ # f"cc_pair={cc_pair.id} "
+ # f"connector={cc_pair.connector_id} "
+ # f"refresh_freq={connector.refresh_freq}"
+ # )
204
205
# don't kick off indexing for `NOT_APPLICABLE` sources
206
if connector.source == DocumentSource.NOT_APPLICABLE:
0 commit comments