function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ken Koellner @ EngagewareKen Koellner @ Engageware 

Getting Debug Logs from incoming API calls to the Partner API

I have a program that connects via the Parnter API does queries and DMLs.  I've set Debug Logging on for the User which the program uses to log in.  But, I'm not seeing any Debug Logs appear.  Could that be because the program is not sending debug headers in the request?  I can't modify the program.  I'm wondering if there is anything I can do to force SF to generate a debug log each time it makes a request.  I need to analyze some of the work it does.
VinayVinay (Salesforce Developers) 
Hi Ken,

Yes,  if you do not see any logs this means probably there is no inbound API request been sent to salesforce.  Try to set new debug logs with the Debug log level as 'Finest' and check if you are able to see any logs.

Also on the user detail, page check login history that should give you some information about API calls made.

Thanks,
Vinay Kumar