Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: MarcioD on February 23, 2024, 08:53:54 AM

Title: Generating errors.log file
Post by: MarcioD on February 23, 2024, 08:53:54 AM
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.
Title: Re: Generating errors.log file
Post by: SKaero on February 23, 2024, 09:27:01 AM
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.
Title: Re: Generating errors.log file
Post by: MarcioD on February 23, 2024, 09:42:53 AM
This is exactly what I had in mind. Thank you very much :)