RE: Seperate PHP error logs per domain,
07-28-2019, 01:18 AM
(This post was last modified: 07-28-2019, 01:19 AM by hellosuny.)
Go to the terminal and edit your php.ini file (Uncomment the error_log directive)
Restart your apache service.
After this, you will get the error log in the folder where the script resides.
Please note that if the error is in a script included from some other folder, the error log will be generated in the folder which has the main script.
Restart your apache service.
After this, you will get the error log in the folder where the script resides.
Please note that if the error is in a script included from some other folder, the error log will be generated in the folder which has the main script.