Skip to content

Commit df627ab

Browse files
committed
comment debugging log
1 parent 00774af commit df627ab

File tree

1 file changed

+6
-6
lines changed
  • backend/onyx/background/celery/tasks/docprocessing

1 file changed

+6
-6
lines changed

backend/onyx/background/celery/tasks/docprocessing/utils.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ def should_index(
195195
)
196196

197197
# 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-
)
198+
# task_logger.debug(
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+
# )
204204

205205
# don't kick off indexing for `NOT_APPLICABLE` sources
206206
if connector.source == DocumentSource.NOT_APPLICABLE:

0 commit comments

Comments
 (0)