Roundcube Community Forum

 

Generating errors.log file

Started by MarcioD, February 23, 2024, 08:53:54 AM

Previous topic - Next topic

MarcioD

How can I completely disable errors.log generation in Roundcube?
Errors are created in a very large file in a short time and I need to completely disable the generation of any errors for this file.
Naturally, this is a temporary disabling until I find the reason for generating errors.

SKaero

You could change <RC root>/program/lib/Roundcube/bootstrap.php "'log_errors' => true," to "'log_errors' => false," I think that would stop the Roundcube logging. Not recommended but may work for a short period of time.

MarcioD

This is exactly what I had in mind. Thank you very much :)