Skip to content
Snippets Groups Projects

Added logging of list scheduler

Merged Simon Bjurek requested to merge add-logging into master
1 unresolved thread
  • Added basic logging of list scheduler.

  • Updated logger.py to support logging in different files for different modules.

Merge request reports

Pipeline #157335 passed

Pipeline passed for 6c752b36 on add-logging

Test coverage 79.00% (0.00%) from 8 jobs
Approval is optional
Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
325 else:
326 self._logger.debug(
327 f" Op: {next_op.graph_id}, time: {self._current_time}"
328 )
329
312 330 ready_ops_priority_table = self._get_ready_ops_priority_table()
313 331
314 332 self._go_to_next_time_step()
315 333 self.remaining_reads = self._max_concurrent_reads
316 334
335 self._logger.debug("--- Operation scheduling completed ---")
336
317 337 self._current_time -= 1
318 338
319 self._handle_outputs()
339 if self._output_delta_times:
  • Simon Bjurek added 1 commit

    added 1 commit

    • 6c752b36 - setup basic logging of list scheduler and changed logger to support logging in...

    Compare with previous version

  • Simon Bjurek marked this merge request as ready

    marked this merge request as ready

  • Simon Bjurek requested review from @oscgu95

    requested review from @oscgu95

  • Oscar Gustafsson enabled an automatic merge when all merge checks for 6c752b36 pass

    enabled an automatic merge when all merge checks for 6c752b36 pass

  • Oscar Gustafsson approved this merge request

    approved this merge request

  • Please register or sign in to reply
    Loading