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__clog_webapi.php
16461 views
1
--- lib/clog_webapi.php.orig 2019-01-03 02:14:26 UTC
2
+++ lib/clog_webapi.php
3
@@ -56,7 +56,7 @@ function clog_validate_filename(&$file, &$filepath, &$
4
$logbase = basename($logfile);
5
6
if ($logfile == '') {
7
- $logfile = $config['base_path'] . '/log/cacti.log';
8
+ $logfile = '/var/log/cacti/log';
9
}
10
11
$errfile = read_config_option('path_stderrlog');
12
13