lmstudio-ai / venvstacks

Virtual environment stacks for Python
http://venvstacks.lmstudio.ai/
MIT License
178 stars 6 forks source link

Switch from `print` to `logging` in library code #5

Open ncoghlan opened 3 months ago

ncoghlan commented 3 months ago

Library code currently still prints directly to console. This should be replaced with use of the logging module (or a third party logging module) and setting up logging in the CLI code.