zilliztech / GPTCache

Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
https://gptcache.readthedocs.io
MIT License
6.96k stars 490 forks source link

[Feature]: Opt out of additional logger #562

Open DrewPerkinsSoftRobot opened 9 months ago

DrewPerkinsSoftRobot commented 9 months ago

Is your feature request related to a problem? Please describe.

I'm getting overlapping loggers between my service logger and your logger.

Describe the solution you'd like.

A quick option to opt out of your logging.

Describe an alternate solution.

If not something you want to implement, a suggestion you can make for myself would be appreciated.

Anything else? (Additional Context)

The logger is being created when using the LangChainChat class.