Author Topic: Generating errors.log file  (Read 279 times)

Offline MarcioD

  • Newbie
  • *
  • Posts: 2
Generating errors.log file
« 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.
« Last Edit: February 23, 2024, 08:59:33 AM by MarcioD »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Generating errors.log file
« Reply #1 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.

Offline MarcioD

  • Newbie
  • *
  • Posts: 2
Re: Generating errors.log file
« Reply #2 on: February 23, 2024, 09:42:53 AM »
This is exactly what I had in mind. Thank you very much :)