Hi guys, Is there any limit of the size of a message log entry? How to control this ?
I did this: ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, f->r, "%s", buffer); And the buffer was truncated on the error log. I check the strlen of the buffer and it was about 320K, and I got only around: ~ 8KB Thank, Vu