Page MenuHomeSoftware Heritage

Add a few debug statements in cli
ClosedPublic

Authored by douardda on Jan 14 2019, 11:44 AM.

Details

Summary

Depends on D935

Diff Detail

Repository
rDSCH Scheduling utilities
Branch
wip
Lint
Lint Skipped
Unit
Unit Tests Skipped
Build Status
Buildable 3454
Build 4457: tox-on-jenkinsJenkins
Build 4456: arc lint + arc unit

Event Timeline

vlorentz added inline comments.
swh/scheduler/cli.py
116–117
logger.debug('Instanciating scheduler %s with %s', 
    cls, override_config)

or it will crash if there is a %s in override_config

vlorentz added inline comments.
swh/scheduler/cli.py
116–117

nvm, I confused it with a different logging library. Python's logging is fine with it.

This revision is now accepted and ready to land.Jan 14 2019, 12:30 PM
This revision was automatically updated to reflect the committed changes.