Actions
Refactor #7191
closedMove API response body logging to enable plugins to skip it
Description
The API base controller currently has an anonymous after_filter that logs the response body at debug level. For foreman_bootdisk, which is returning large amounts of binary data, this needs disabling as it all gets logged, slowing down the app and generating huge log files.
It should be in a named filter so it's possible to skip the filter in a subclass of the API base controller.
Updated by Dominic Cleal over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5c631b880310c18cd4ab2b711293bc1c7d3310bd.
Actions