driplineorg / dripline-python

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

Dl3/logging #74

Closed laroque closed 4 years ago

laroque commented 4 years ago

Three main tasks:

  1. Convert most instances of "".format() to f-strings, this is new in python 3.6 and more readable
  2. Convert print() to logging.<level>() everywhere (and create the loggers and handlers)
  3. A few places I hadn't converted other exceptions to ThrowReply fixed those.

This will resolve #73 and resolve #46

laroque commented 4 years ago

Note: travis is failing because the arm builds reach a timeout. This is now capture in #75 and should be considered separate from this PR