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:
authorChristian Kampka <christian@kampka.net>2014-11-19 22:10:48 +0300
committerChristian Kampka <christian@kampka.net>2014-12-01 23:20:57 +0300
commit553ce946d3c999823c5b1f6cfde071ea41a80341 (patch)
treefbfc4987e3329e026ef6260a81f9336200d1a02c /config
parent284ba5b688d7f0a9d2e1f7b9a68a7e8362be5e67 (diff)
Implement a logger to log to error_log
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index daca5aed362..231a34f825b 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -441,8 +441,10 @@ $CONFIG = array(
/**
* By default the ownCloud logs are sent to the ``owncloud.log`` file in the
- * default ownCloud data directory. If syslogging is desired, set this parameter
- * to ``syslog``.
+ * default ownCloud data directory.
+ * If syslogging is desired, set this parameter to ``syslog``.
+ * Setting this parameter to ``errorlog`` will use the PHP error_log function
+ * for logging.
*/
'log_type' => 'owncloud',