#26 Use logging rather than print()
Closed by patrikp. Opened by nphilipp.

This lets us kill two birds with one stone:

  • We could turn up/down the desired level of information to be logged
  • A mere print() isn't immediately flushed unless flush=True is set (which one has to remember for it to be in effect), if crashes happen this can lead to printed info being lost.

Metadata Update from @asaleh:
- Issue status updated to: Closed (was: Open)

Done as a part of a clenaup.

Issue status updated to: Open (was: Closed)

Metadata Update from @patrikp:
- Issue tagged with: Placeholder Tag

Issue status updated to: Closed (was: Open)

Metadata