blob: d1422d03c5d7d948e28d1bf9070694dc49d189a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- include/global_settings.php.orig 2017-04-26 00:30:09 UTC
+++ include/global_settings.php
@@ -135,9 +135,9 @@ $settings = array(
),
'path_cactilog' => array(
'friendly_name' => __('Cacti Log Path'),
- 'description' => __('The path to your Cacti log file (if blank, defaults to <path_cacti>/log/cacti.log)'),
+ 'description' => __('The path to your Cacti log file (if blank, defaults to /var/log/cacti/log)'),
'method' => 'filepath',
- 'default' => $config['base_path'] . '/log/cacti.log',
+ 'default' => '/var/log/cacti/log',
'max_length' => '255'
),
'logrotate_enabled' => array(
|