diff options
author | Thomas Pulzer <t.pulzer@kniel.de> | 2016-07-04 11:50:32 +0200 |
---|---|---|
committer | Thomas Pulzer <t.pulzer@kniel.de> | 2016-07-04 11:50:32 +0200 |
commit | 90b7f74da714209ee9c6a9a3243dacbaee2dc435 (patch) | |
tree | 399f35c9ce80df45b39217f982535249aa3398ca /config | |
parent | 978ab660f737edbc38e7847f86e6106fb456dcb7 (diff) | |
download | nextcloud-server-90b7f74da714209ee9c6a9a3243dacbaee2dc435.tar.gz nextcloud-server-90b7f74da714209ee9c6a9a3243dacbaee2dc435.zip |
Changed name of default logfile from owncloud.log to nextcloud.log.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 6 |
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 = |