langchain_core.tracers.langchain
.log_error_once¶
- langchain_core.tracers.langchain.log_error_once(method: str, exception: Exception) None [source]¶
Log an error once.
- Parameters
method (str) –
exception (Exception) –
- Return type
None