Page MenuHomeSoftware Heritage

Move bin/ scripts in cli.py and document a bit how to use the objstorage.
ClosedPublic

Authored by douardda on Feb 22 2019, 5:39 PM.

Diff Detail

Repository
rDOBJS Object storage
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

ardumont added a subscriber: ardumont.

sounds about right!
thanks

swh/objstorage/cli.py
41

If it's not used, we can remove it altogether.

This revision is now accepted and ready to land.Feb 23 2019, 12:31 AM
douardda added inline comments.
swh/objstorage/cli.py
41

I've not checked what exactly this is doing, but I had in mind to add a 'debug = log_level == logging.DEBUG'. Let's do that before pushing this diff...

cli: properly set the app's debug flag according the log-level option

This revision was automatically updated to reflect the committed changes.