Question: Should I try to eliminate all the errors I get in apache error log produced by my PHP/Javascript application? The apache conf allows for the following log levels: Trace8-trace1, debug, info, warn, error, crit, alert, emerg.
So far I set the loglevel to "debug" and I get errors like "Undefined index" or "Use of undefined constant prefix" but the application seems to be working just fine..
So is there any loglevel that I should set on apache and try to make sure I get absolutely no errors?
Thanks in advance!
Yes, you should try to resolve all the errors.
The advantages of correcting all the errors are:
On the production server, set the log level fairly high. On development servers set the log level low.