devika icon indicating copy to clipboard operation
devika copied to clipboard

Need for extensive logging mechanism

Open rajakumar05032000 opened this issue 1 year ago • 1 comments

Issues : -> Current logging method is not efficient, it is just flooding with same messages ( as some APIs were called every second). -> It becomes difficult to analyse the issue, as it misses some important information & floods with same message. -> Some important logging steps were missed, such as whether model_id set properly, model_client_object created, model response, whether model response is in the requested json format.

Fix required :

-> Need clean logging mechanism which logs all important steps!

rajakumar05032000 avatar Mar 28 '24 12:03 rajakumar05032000

If this issue is not reserved for someone, I will start working on it.

franklinselva avatar Mar 28 '24 20:03 franklinselva

fetch the latest changes.

ARajgor avatar Apr 03 '24 19:04 ARajgor