Page MenuHomeIn-Portal Phabricator

INP-1403 - Trim long argument values in trace
ClosedPublic

Authored by alex on Jan 19 2015, 10:39 AM.

Details

Test Plan
  1. call any method with a long argument value (>200 symbols)
  2. in that method (or method that it calls inside) add trigger_error('test'); inside
  3. 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

Diff Detail

Repository
rINP In-Portal
Branch
/in-portal/branches/5.2.x
Lint
Lint OK
Unit
No Unit Test Coverage

Event Timeline

alex updated this revision to Diff 97.Jan 19 2015, 10:39 AM
alex retitled this revision from to INP-1403 - Trim long argument values in trace.
alex updated this object.
alex edited the test plan for this revision. (Show Details)
alex added 1 JIRA issue(s): INP-1403.
glebs accepted this revision.Feb 25 2015, 3:45 AM
glebs edited edge metadata.
This revision is now accepted and ready to land.Feb 25 2015, 3:45 AM
This revision was automatically updated to reflect the committed changes.