Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/net-mgmt/cacti/files/patch-lib__functions.php
16461 views
1
--- lib/functions.php.orig 2019-01-03 02:14:26 UTC
2
+++ lib/functions.php
3
@@ -818,7 +818,7 @@ function cacti_log_file() {
4
global $config;
5
$logfile = read_config_option('path_cactilog');
6
if ($logfile == '') {
7
- $logfile = $config['base_path'] . '/log/cacti.log';
8
+ $logfile = '/var/log/cacti/log';
9
}
10
$config['log_path'] = $logfile;
11
return $logfile;
12
13