Clean up logging in services
Closed this issue · 0 comments
mattgibbs commented
All the services are just using print statements to log stuff. That means a lot of things don't get timestamps, which is unfortunate. We need to switch to use Python's 'logging' module.