[SalesForce] Debug logs in developer console

I am troubleshooting some performance issues with inbound integration to Salesforce. When some data is being sent by external system to Salesforce, the response time of Salesforce to external system is varying.

In an attempt to understand this, I enabled debug logs for the integration user and also enabled debug logs for the apex class that external system is calling in Salesforce.

When the inbound call is happening, I am expecting the developer console to show logs for the user/apex class so that I can check the execution panel to see more details rather than the log in debug logs in set up.

Is there a way to have log appear in developer console?

Best Answer

In the Developer Console, uncheck "Show My Current Logs Only".

enter image description here