Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
- The body of any API request modifying the status of an object is
- stored to the joc_audit_log database table
- written to the ./logs/audit.log file
- written to the ./logs/joc.log file if an error was raised
- In any of the above situations the request body is truncated to 4 KB.
Desired Behavior
The body of any API request is not truncated when written to the ./logs/audit.log file.