search for: s_log

Displaying 1 result from an estimated 1 matches for "s_log".

Did you mean: 1_log
2005 Apr 04
0
io timeout after 180 seconds
...t; array('limit' => 12, 'email' => true, 'log' => true), ); /** ~ * The email address to send reports to (you can comma separate multiple addresses) ~ * @type string ~ */ $s_email = 'cyo@mychristiannetwork.com'; /** ~ * The log file. ~ * @type string ~ */ $s_logFile = dirname(__FILE__) . '/ribs.log'; /** ~ * When to start the log over. Note, this does not mean we rotate the log ~ * it is just to keep the log file from getting too big. Can be hourly, daily, ~ * weekly, or monthly ~ * @type string ~ */ $s_restartBackupLog = 'weekly'; /**...