Skip to content

Commit

Permalink
Batch: Log Scheduler-level enrichment at INFO level
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Nov 4, 2024
1 parent 3b11275 commit 099ea19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/batch/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def _parse_items(self):
# Re-build the SGraph after parsing to pick up all new connections
self._sgraph = SGraph.from_seed(self.seeds, self.item_factory, self.config)

@Timer(logger=perf, text='[Loki::Scheduler] Enriched call tree in {:.2f}s')
@Timer(logger=info, text='[Loki::Scheduler] Enriched call tree in {:.2f}s')
def _enrich(self):
"""
For items that have a specific enrichment list provided as part of their
Expand Down

0 comments on commit 099ea19

Please sign in to comment.