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:
authorJoas Schilling <coding@schilljs.com>2016-07-25 12:41:24 +0300
committerGitHub <noreply@github.com>2016-07-25 12:41:24 +0300
commit4ad0c383ade90eb2f339daa392828e145f1a3b6b (patch)
tree0c223080b36bbff7a2aaeef3bb5db2d97c408dee /config
parent6a25e5f0eb56d3c712a2025a2df590a6da651dab (diff)
parent61a1d56d2784d407ac0922ea1fcd382b21f3df06 (diff)
Merge pull request #523 from Faldon/master
Renamed file logging
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.