- call any method with a long argument value (>200 symbols)
- in that method (or method that it calls inside) add trigger_error('test'); inside
- check that in System Log:
- for arguments with value longer then 200 symbols only 50 symbols and ... is shown
- for arguments with value shorter then 200 symbols complete value is shown
Details
Details
- Reviewers
glebs - Commits
- rINP16150: Fixes INP-1403 - Trim long argument values in trace
Diff Detail
Diff Detail
- Repository
- rINP In-Portal
- Branch
- /in-portal/branches/5.2.x
- Lint
Lint OK - Unit
No Unit Test Coverage