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:
authorThomas Pulzer <t.pulzer@kniel.de>2016-07-04 12:50:32 +0300
committerThomas Pulzer <t.pulzer@kniel.de>2016-07-04 12:50:32 +0300
commit90b7f74da714209ee9c6a9a3243dacbaee2dc435 (patch)
tree399f35c9ce80df45b39217f982535249aa3398ca /config
parent978ab660f737edbc38e7847f86e6106fb456dcb7 (diff)
Changed name of default logfile from owncloud.log to nextcloud.log.
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 512a5d05ba7..6285e096ba7 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -549,7 +549,7 @@ $CONFIG = array(
*/
/**
- * By default the Nextcloud logs are sent to the ``owncloud.log`` file in the
+ * By default the Nextcloud logs are sent to the ``nextcloud.log`` file in the
* default Nextcloud data directory.
* If syslogging is desired, set this parameter to ``syslog``.
* Setting this parameter to ``errorlog`` will use the PHP error_log function
@@ -559,9 +559,9 @@ $CONFIG = array(
/**
* Log file path for the Nextcloud logging type.
- * Defaults to ``[datadirectory]/owncloud.log``
+ * Defaults to ``[datadirectory]/nextcloud.log``
*/
-'logfile' => '/var/log/owncloud.log',
+'logfile' => '/var/log/nextcloud.log',
/**
* Loglevel to start logging at. Valid values are: 0 = Debug, 1 = Info, 2 =