Command Error in Profiling

Hi,
I have enabled request logging inside my application
I am using profiler which is provided by default and it is giving me connection timed out error but my records are getting added in my request logs.

Why am I getting the error then?

The profiler and logger are just recording events and exceptions that happen, they don’t explain why they happen, they just provide insight into what happens, you’d still need to add your own logging/debugging to identify cause of issues.