Logging question

Hi, I have a custom component that has a media browser part to it, when browsing media through this part it occasionally breaks the websocket connection between my browser and HA, I can literally see lots of events being received up until it sends it’s request to change folder then everything stops.

I’ve enabled debug logging for that component but that hasn’t helped and I tried enabling debug logging for everything but then there was just TMI.

Which option should I enable to see what might be going on? I’m going to try homeassistant.core but is there anything else like a webserver component I can enable debugging on?

Thanks
M