I noticed my error_log file grows larger and larger.
i tried changing the LogLevel in httpd.conf to
LogLevel emerg
from
LogLevel debug
but i still see errors being posted about favicon.ico not being found and so on.
but also.. this error_log file is growing too large.
if i delete error_log file.. i would have to restart apache which causes some downtime for current viewers.
is there a way to..
Tell apache NOT to write any error_log
also.. is there a way to ensure it does not grow beyond 1 mb ( when it is not turned off )
i notice access_logs are being "archived" but i rather see them.. either not be created at all. but also.. these "archived" ones.. do they ever get deleted or do i have to delete them myself ?