skyportal-contrib/skyportal-fink-client

Using a logger instead of print

Opened this issue · 0 comments

The use of a logger is a better practice than print. See https://docs.python.org/3/howto/logging.html for more information.