Open laroque opened 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).
logging.Logger
trace()
progress()
After scarab update, modify dl-serve to use the correct global verbosity parameter.
dl-serve
Audit the code to use the new levels where appropriate
scarab's global verbosity is updated, adding extra levels is still open
We should create our own logger class (based on
logging.Logger
), which adds thetrace()
andprogress()
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