I\'m using getTraceAsString() to get a stack trace but the string is being truncated for some reason.
getTraceAsString()
Example, an exception is thrown and I log the stri
Will changing the php.ini setting log_errors_max_len help?
log_errors_max_len
Also, please note that messages are truncated only during the output, you still can get the original error message with call to $exception->getMessage()