Housekeeping -error logs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blakekr
    Member
    • Dec 2004
    • 30

    #1

    Housekeeping -error logs

    How can I tell the server not to write error_logs in every conceiveable directory, filling up my disk space? Is this a php.ini setting?
  • AndrewT
    Administrator
    • Mar 2004
    • 3656

    #2
    The best way is to simply fix the errors in the PHP script

    Alternatively you can can create your own php.ini file in each directory and reset the error_log value.

    Comment

    • blakekr
      Member
      • Dec 2004
      • 30

      #3
      Thanks! Appreciate it!

      Comment

      Working...