minigalaxy icon indicating copy to clipboard operation
minigalaxy copied to clipboard

Use python logging module instead of print statements

Open sharkwouter opened this issue 3 years ago • 2 comments

At the moment we have a lot of print statements and we have a debug mode. This could be done better with the logging module. It could be a global logger. The logs should be written to a file.

sharkwouter avatar Nov 25 '22 12:11 sharkwouter

This has been done as part of #573 except for this line which I can't quite figure out if it's intentionally using a print statement or not.

orende avatar Jul 12 '23 13:07 orende

True, I'll go over our implementation one more time and see if we're at the point where it should be.

sharkwouter avatar Jul 12 '23 14:07 sharkwouter