# 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