Huge log file : prod.deprecations.log

@Chabi02 we do not have that file in the logs/prod/ folder.

Maybe you did not set error reporting correctly in the php.ini or in the SuiteCRM under admin β†’ system settings β†’ Logger Settings

  1. php.ini file error_reporting
    Setting the following in php.ini would help get rid of these errors

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE & ~E_WARNING

  1. Set logger (admin β†’ system settings β†’ Logger Settings)

and also do things mentioned by pgr :grin: