srchub

srchub Commit Details


Date:2016-05-10 22:00:40 (8 years 7 months ago)
Author:Natalie Adams
Branch:master
Commit:b07faa996f22f95e6edadf819a5eae6c5521170e
Parents: 8f51b835f48121987ae751d115272818594f2843
Message:adding logging to the default config file

Changes:

File differences

indefero/src/IDF/conf/idf.php-dist
553553
554554
555555
556
557
558
559
560
556561
# record very little activity, then it might be a good idea to bump this value
# high enough to show a proper activity index for those projects as well.
$cfg['activity_lookback'] = 7;
$cfg["log_level"] = Pluf_Log::ALL;
$cfg["log_handler"] = 'Pluf_Log_File';
$cfg["log_delayed"] = true;
$cfg["pluf_log_file"] = '/home/www/pluf.log';
Pluf_Log::$level = Pluf_Log::ALL;
return $cfg;

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05977s using 14 queries.