vanna-ai / vanna

🤖 Chat with your SQL database 📊. Accurate Text-to-SQL Generation via LLMs using RAG 🔄.
https://vanna.ai/docs/
MIT License
11.04k stars 862 forks source link

【feat】upgrade the log printing in the project to the logging #387

Open zyclove opened 5 months ago

zyclove commented 5 months ago

Please upgrade the log printing in the project to the logging solution to facilitate troubleshooting and log collection.

logger = logging.getLogger(name) logger.debug(msg) logger.info(msg) logger.error(msg)

SMAntony commented 3 months ago

Does the project currently have any logging?

talrejanikhil commented 3 months ago

No it does not. There are just print statement everywhere

talrejanikhil commented 1 month ago

This might be duplicate of https://github.com/vanna-ai/vanna/issues/176