Skip to content

Api Log Configs

Api Log Configs are used to enable (when necessary) Debug mode for storing additional information in the API Log. You can create or delete specific API Log Configs from the Admin UI.

By default, API Controllers log to the API Log without storing the full request and response body or headers. By creating an Api Log Config for a specific API Controller, you can enable Debug mode so that logs will include the request and response body as well as headers.

Properties

Controller
The controller for which the Debug mode will be applied.

TIP

Use API log configurations wisely to capture detailed logs only for controllers that truly require them. Regularly review and adjust API log configurations as your application evolves to maintain an effective log management strategy.