snexus / llm-search

Querying local documents, powered by LLM
MIT License
479 stars 60 forks source link

Reduce logging #85

Open shuther opened 8 months ago

shuther commented 8 months ago

Would it be possible with an argument or an environment variable to change the level of the logger?

snexus commented 8 months ago

Is it for interactions via the terminal, similar to the one used in the demo? That interface is super simplistic, more of a toy mode. Arguably, if using the web interface, the logging shouldn't matter as it runs in the background, providing some transparency on what's happening behind the scenes. But, if there is an use case, can make it controllable in the future...

shuther commented 8 months ago

yes it is more to be used in terminal mode. I am loading a large library of documents so I need a way to review the log afterwards.