huggingface / chat-ui

Open source codebase powering the HuggingChat app
https://huggingface.co/chat
Apache License 2.0
7.31k stars 1.06k forks source link

Refactor logger error messages for consistency. #1257

Closed dnzzzl closed 3 months ago

dnzzzl commented 3 months ago

Corrected the use of logger.error(obj:any,msg:string) which enabled correct logging of errors and ease of debugging.