You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Aare Vesi <aa...@myrien.com> on 2005/05/26 10:11:04 UTC

showing longer error messages

Hi,

when some bug occures in embperl page Internal Server Error 500 with 
error message is displayed and also logged to apache error_log.

But this error message is limited to a number of lines. Is there a way 
to show more lines? (all of the long-long error message).



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


RE: showing longer error messages

Posted by Gerald Richter <ri...@ecos.de>.
Hi,
> 
> when some bug occures in embperl page Internal Server Error 
> 500 with error message is displayed and also logged to apache 
> error_log.
> 
> But this error message is limited to a number of lines. Is 
> there a way to show more lines? (all of the long-long error message).
> 

The current limit is 1024 Bytes. You can enlarge it with the constant
ERRDATLEN, which is defined in epdat.h for Embperl 1.x and eppublic.h for
Embperl 2.x

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org