mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
minor changes in log files
This commit is contained in:
parent
83f2c7cc05
commit
f9ebaa2d45
1
pandora_console/.gitignore
vendored
1
pandora_console/.gitignore
vendored
@ -7,6 +7,7 @@ attachment/files_repo
|
|||||||
include/config.php
|
include/config.php
|
||||||
pandora_console.log
|
pandora_console.log
|
||||||
log/console.log
|
log/console.log
|
||||||
|
log/cron.log
|
||||||
enterprise
|
enterprise
|
||||||
*.bak
|
*.bak
|
||||||
audit.log
|
audit.log
|
||||||
|
@ -2278,7 +2278,7 @@ class ConsoleSupervisor
|
|||||||
);
|
);
|
||||||
$message_conf_cron .= ENTERPRISE_DIR.'/'.EXTENSIONS_DIR;
|
$message_conf_cron .= ENTERPRISE_DIR.'/'.EXTENSIONS_DIR;
|
||||||
$message_conf_cron .= '/cron/cron.php >> </pre>';
|
$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) {
|
if (isset($config['cron_last_run']) === true) {
|
||||||
|
@ -1008,7 +1008,7 @@ class Diagnostics extends Wizard
|
|||||||
$pathErrLogs = '/var/log/pandora/pandora_server.error';
|
$pathErrLogs = '/var/log/pandora/pandora_server.error';
|
||||||
$errors = $this->getLogInfo($pathErrLogs);
|
$errors = $this->getLogInfo($pathErrLogs);
|
||||||
|
|
||||||
$pathConsoleLogs = $config['homedir'].'/log/pandora_console.log';
|
$pathConsoleLogs = $config['homedir'].'/log/console.log';
|
||||||
$console = $this->getLogInfo($pathConsoleLogs);
|
$console = $this->getLogInfo($pathConsoleLogs);
|
||||||
|
|
||||||
$result = [
|
$result = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user