We're using Python's logging module. It needn't be fancy, but the output should be redirected to some file, and messages of level INFO or higher should be displayed.
Incidentally, this is a good opportunity for someone to learn how logging works in Python.
We're using Python's logging module. It needn't be fancy, but the output should be redirected to some file, and messages of level INFO or higher should be displayed.
Incidentally, this is a good opportunity for someone to learn how logging works in Python.