Log Files

Discussion in 'General' started by mphayesuk, May 23, 2007.

  1. mphayesuk

    mphayesuk Member HowtoForge Supporter

    Ok, its been a long time since I posted but here goes....

    How are events logged with ISPConfig, can the log files be diverted to a syslog server?

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please try to change the line:

    $go_info["server"]["log_device"] = "FILE"; // FILE, SYSTEM, MAIL

    to:

    $go_info["server"]["log_device"] = "SYSTEM"; // FILE, SYSTEM, MAIL

    in the file /home/admispconfig/ispconfig/lib/config.inc.php to log to the syslog server. But I have not tested this function for a very long time, it might be that it does not work correctly.
     
  3. mphayesuk

    mphayesuk Member HowtoForge Supporter

    Sounds like its worth a try, I am going to try and collect all my log files across my network into one system, RSA's EnVision http://www.rsa.com/node.aspx?id=3170

    So I will have to see what happens.

    Thanks
     

Share This Page