Forums | Mahara Community
Open Discussion
/
Mahara Performance
28 June 2012, 8:17
Hi,
Can anyone please tell me, after setting $cfg->perftolog = true;. Where can I find the created file.
Thanks
28 June 2012, 9:41
I think you should have a look at the other log settings in your config.php
$cfg->log_environ_targets = LOG_TARGET_SCREEN | LOG_TARGET_ERRORLOG;
$cfg->log_file = $CFG->dataroot . '/error.log';
Personnally I put everything wihin the same folder as my php and apache errors logs.
-dajan
28 June 2012, 18:07
By default, it outputs to your webserver's error log. For apache on debian or ubuntu, this is usually at /var/log/apache2/error.log by default, but it depends on your configuration.