minor changes in log files

This commit is contained in:
alejandro-campos 2020-06-12 09:40:12 +02:00
parent 83f2c7cc05
commit f9ebaa2d45
3 changed files with 3 additions and 2 deletions

View File

@ -7,6 +7,7 @@ attachment/files_repo
include/config.php
pandora_console.log
log/console.log
log/cron.log
enterprise
*.bak
audit.log

View File

@ -2278,7 +2278,7 @@ class ConsoleSupervisor
);
$message_conf_cron .= ENTERPRISE_DIR.'/'.EXTENSIONS_DIR;
$message_conf_cron .= '/cron/cron.php &gt;&gt; </pre>';
$message_conf_cron .= $config['homedir'].'/log/console.log</pre>';
$message_conf_cron .= $config['homedir'].'/log/cron.log</pre>';
}
if (isset($config['cron_last_run']) === true) {

View File

@ -1008,7 +1008,7 @@ class Diagnostics extends Wizard
$pathErrLogs = '/var/log/pandora/pandora_server.error';
$errors = $this->getLogInfo($pathErrLogs);
$pathConsoleLogs = $config['homedir'].'/log/pandora_console.log';
$pathConsoleLogs = $config['homedir'].'/log/console.log';
$console = $this->getLogInfo($pathConsoleLogs);
$result = [