driplineorg / dripline-python

python implementation of project8/dripline
Apache License 2.0
3 stars 6 forks source link

add `trace` and `prog` for better logging alignment with dripline-cpp #76

Open laroque opened 4 years ago

laroque commented 4 years ago

We should create our own logger class (based on logging.Logger), which adds the trace() and progress() levels (5 and 25 respectively).

After scarab update, modify dl-serve to use the correct global verbosity parameter.

Audit the code to use the new levels where appropriate

laroque commented 4 years ago

scarab's global verbosity is updated, adding extra levels is still open