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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-26 11:57:41 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-26 11:57:41 +0400
commitb4c557e87de22cd49e041898707f7622ef57e825 (patch)
tree069f83c801a128d4a3ff897f61b2e9b95dbff84b /config
parent30002d635b7569d11c9e14675a69d5169c514064 (diff)
Finished more.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index ea88315cde..acfd06f306 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -469,8 +469,7 @@ username = ; Proxy username: optional; if specified, password is mandatory
password = ; Proxy password: optional; if specified, username is mandatory
[log]
-;possible values for log: screen, database, file
-; by default, standard logging/debug messages are hidden from screen
+; possible values for log: screen, database, file
log_writers[] = file
; log level, everything logged w/ this level or one of greater severity
@@ -478,10 +477,6 @@ log_writers[] = file
; NONE, ERROR, WARN, INFO, DEBUG, VERBOSE
log_level = WARN
-; if configured to log to the database, this is the name of the table to
-; insert log messages into
-logger_db_table = logger_message
-
; if set to 1, only requests done in CLI mode (eg. the archive.php cron run) will be logged
; NOTE: log_only_when_debug_parameter will also be checked for
log_only_when_cli = 0