minor changes in log files
This commit is contained in:
parent
83f2c7cc05
commit
f9ebaa2d45
|
@ -7,6 +7,7 @@ attachment/files_repo
|
|||
include/config.php
|
||||
pandora_console.log
|
||||
log/console.log
|
||||
log/cron.log
|
||||
enterprise
|
||||
*.bak
|
||||
audit.log
|
||||
|
|
|
@ -2278,7 +2278,7 @@ class ConsoleSupervisor
|
|||
);
|
||||
$message_conf_cron .= ENTERPRISE_DIR.'/'.EXTENSIONS_DIR;
|
||||
$message_conf_cron .= '/cron/cron.php >> </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) {
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue