Abraxas-365/langchain-rust

use tracing crate for logs

Opened this issue · 0 comments

tracing is a popular library used by lot of popular libraries. We should look into use it.

When I was running a embeddings on git commits with 99k+ commits it was very hard for me to debug what was going on. I had to modify the code to add custom logs.