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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index d761ae92c22..2b39e93aade 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -569,7 +569,7 @@ $CONFIG = array(
* Setting this parameter to ``errorlog`` will use the PHP error_log function
* for logging.
*/
-'log_type' => 'owncloud',
+'log_type' => 'file',
/**
* Log file path for the Nextcloud logging type.