Microservice Settings - RESTAPIService

The following groups contain Adeptia Connect microservices RESTAPI Service properties that can be configured by going to Account > Settings > Microservice Settings. For more details on properties configuration, refer to the page Configuring the application properties.

 Logging
Property nameDescription
logging.api.enabled

REST API requests and responses logging. 

The application starts logging the request/response of the calls when you set the value for this property to true. Its default value is false.

logging.level.rootRoot Application logging level. For production server, it is recommended to use NOTICE log level.
logging.level.systemSystem logging level. For production server, it is recommended to use NOTICE log level.
logging.pattern.console
 Parameters
Property nameDescription
abpm.headerParams.excludeThe header parameters that you want to exclude while accessing a REST Provider/Webhook transaction. This is applicable only when you use GET or DELETE as the method type.
abpm.queryParams.excludeThe query parameters that you want to exclude while accessing a REST Provider/Webhook transaction. This is applicable only when you use GET or DELETE as the method type.