I'm sending some rather long stack traces to the apache error log using php's 'error_log()' and the entries are getting truncated. I have not found a way to make entries longer. Any ideas?
The default limit on the maximum length of error message passing through error_log() is 1024 bytes.
Detailed information there http://www.php.net/manual/en/errorfunc.configuration.php#ini.log-errors-max-len
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With