redhatcloudx / transformer

Find RHEL images in public clouds
Apache License 2.0
6 stars 3 forks source link

Introduce logging to the Transformer #731

Open miyunari opened 1 year ago

miyunari commented 1 year ago

At the moment we print a lot of things, we might want to log instead. We should use a logging library in the future. For example we could use a library like this one: https://docs.python.org/3/library/logging.html