My company has a large hosting, but it is not managed by us, we do not see configuration files, but I want to answer this function on our local test server.
Im new to my company and I want to start some debugging applications to fix some problems with minors and majors for clients, but the number of files is so large that one error_file is huge .. and there are many people working on it, so every time I check log (30 seconds to 1 minute) contains hundreds of lines added.
I don't know if this is installed on apache, via .htaccess files or on php.ini
I will appreciate any advice on this.
- EDIT -
I am talking about PHP errors, but as I say, I do not know if this is installed on php or apache or, possibly, using a third-party library.
I'm not talking about setting up a specific error_log folder, IM error messages are written to the scripts folder.
Example: I create a folder called test1, inside I make some buggy php script that throws some errors, when I run the script, I can see the error_log file created in this folder. So it works on the fly.
I tried to ask the hosting company support how they do it, but they do not answer me.
I donโt know, maybe there might be some kind of Cpanel setup (BTW Hosting Support stuff doesnโt understand this question, but okay .. usually Level 1 support cannot handle technical things)