Skip to content

Commit

Permalink
Disable verbose logging in slim fill task
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Oct 30, 2023
1 parent f64109a commit 7439ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion h/tasks/annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ def fill_annotation_slim(batch_size=1000):
)

for annotation in annotations:
log.info("Created AnnotationSlim record for: %s", annotation.id)
anno_write_svc.upsert_annotation_slim(annotation)

0 comments on commit 7439ce1

Please sign in to comment.