-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Description
Currently if there is an error with my LLM call, Langchain generates a Logger.error message
langchain/lib/chains/llm_chain.ex
Line 951 in 16e8956
| Logger.error("Error during chat call. Reason: #{inspect(reason)}") |
As a consumer of this package, I should have the choice about what logging I want to be done in the case of different errors. The error level logs here should be removable so I have the option to decide how to configure my logs
Metadata
Metadata
Assignees
Labels
No labels