Logging REST APIs
Guidewire provides the means to use intentional logging with REST APIs in the default
implementation class for the optional IRestDispatchPlugin plugin. This
plugin is suitable for very high-level profiling of REST APIs, as it captures information
about the API, path template, and elapsed time for each request. The log messages that the
plugin generates are often useful for obtaining an aggregate view of what requests the REST
framework receives and how long these requests are taking to complete.
REST endpoints and intentional logging
Guidewire provides several endoints that you can use with intentional logging.
- Setting
ILConfigoptions - REST endpoint /intentionallogging/config supports the following
request types:
GETPUT
- Setting
ILElementConfigoptions - REST endpoint /intentionallogging/elements supports the following
request types:
GETPATCH
