I'm having trouble finding out how to go about this.
On our server, we have multiple applications, one large one and multiple smaller ones.
They all log to php_errors.log
. I would like only for the main application to log to the file, and use other log file locations for the smaller applications.
How would I go about this?