Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-28 18:53:41 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-06-28 18:53:41 +0400
commit960ae5f61dcfe1d1b37bedd452cf6e5ca5b803e3 (patch)
tree50086cbdaf58962870d282b4cc8358e3cf540591 /config
parent02d07aa02ebd3ea2801941f4e398ea0b631f28c1 (diff)
Fixes #833 - Allow absolute path when relocating tmp folder outside of Piwik
document root.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index ece8543eeb..ea4aa1c621 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -187,9 +187,9 @@ logger_message[] = screen
logger_error[] = screen
logger_exception[] = screen
-; if configured to log in files, log files will be created in this relative path
-; eg. if the value is tmp/logs files will be created in /path/to/piwik/tmp/logs/
-logger_file_path = tmp/logs/
+; if configured to log in files, log files will be created in this path
+; eg. if the value is tmp/logs files will be created in /path/to/piwik/tmp/logs/
+logger_file_path = tmp/logs
; all calls to the API (method name, parameters, execution time, caller IP, etc.)
; disabled by default as it can cause serious overhead and should only be used wisely