mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
11 lines
458 B
PHP
11 lines
458 B
PHP
--- lib/functions.php.orig 2017-02-04 14:16:43.886716000 +0000
|
|
+++ lib/functions.php 2017-02-04 14:22:18.219392000 +0000
|
|
@@ -649,7 +649,7 @@
|
|
/* Log to Logfile */
|
|
if ((($logdestination == 1) || ($logdestination == 2)) && (read_config_option('log_verbosity') != POLLER_VERBOSITY_NONE)) {
|
|
if ($logfile == '') {
|
|
- $logfile = $config['base_path'] . '/log/cacti.log';
|
|
+ $logfile = '/var/log/cacti/log';
|
|
}
|
|
|
|
/* echo the data to the log (append) */
|