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
AndySAndyS 

Web Service calls do not generate Debug Log output

A partner is making using of a web service Apex method in our Org.  They are successful with the webservice call - receiving the expected response and having the desired actions taken (objects created).  However, NO debug log output is generated.  I want to see this debug output to address certain failing scenarios; but am seeing no log output in any scenario.

 

Covering some obvious possibilities:

 

  • Logging is enabled for the user's userid
  • Logging filters use the default settings (which I believe should result in logging)
  • Browser-based apex functions used by the User DO result in log messages
  • The caller appears to have a debug header in the web service that specifies full logging
I am mystified as to why no log output is generated.  Have others experienced anything similar?  Any suggestions on how to continue debugging this issue would be appreciated.
Thanks.
-- Andy Schwartz