- 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
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.