lmstudio-ai / venvstacks

Virtual environment stacks for Python
https://lmstudio-ai.github.io/venvstacks/
MIT License
1 stars 0 forks source link

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

Open ncoghlan opened 2 months ago

ncoghlan commented 2 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.