I just have installed Mantis but I 'm looking for Mantis Logs !
Can you help me
Moderators: Developer, Contributor
What exactly do yuo mean with this?bob wrote:looking for Mantis Logs !
Code: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/var/mantis/log/mantisbt.log';$g_log_destination should be a file name, not a directory namebob wrote: $g_log_destination = 'file:/var/www/mantis/log';
atrol wrote:Code: Select all
$g_log_destination = 'file:/var/mantis/log/mantisbt.log';
Code: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT | LOG_DATABASE;
$g_log_destination = 'file:/var/log/apache2/mantisbt.log';Code: Select all
touch /var/www/mantis/mantisbt.log
chown www-data:www-data /var/www/mantis/mantisbt.log
$g_log_destination = 'file:/var/www/mantis/mantisbt.log';Code: Select all
if ( 0 == ( $t_sys_log & $p_level ) ) {
return;
}Code: Select all
touch /var/www/mantis/mantisbt.log
chown www-data:www-data /var/www/mantis/mantisbt.log
chomod 775 /var/www/mantis/mantisbt.logCode: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT | LOG_DATABASE;
$g_log_destination = 'file:/var/www/fega_mantis_pre/mantisbt.log';