From 553ce946d3c999823c5b1f6cfde071ea41a80341 Mon Sep 17 00:00:00 2001 From: Christian Kampka Date: Wed, 19 Nov 2014 20:10:48 +0100 Subject: Implement a logger to log to error_log --- config/config.sample.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config') 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', -- cgit v1.2.3