diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-25 11:41:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-25 11:41:24 +0200 |
commit | 4ad0c383ade90eb2f339daa392828e145f1a3b6b (patch) | |
tree | 0c223080b36bbff7a2aaeef3bb5db2d97c408dee /config | |
parent | 6a25e5f0eb56d3c712a2025a2df590a6da651dab (diff) | |
parent | 61a1d56d2784d407ac0922ea1fcd382b21f3df06 (diff) | |
download | nextcloud-server-4ad0c383ade90eb2f339daa392828e145f1a3b6b.tar.gz nextcloud-server-4ad0c383ade90eb2f339daa392828e145f1a3b6b.zip |
Merge pull request #523 from Faldon/master
Renamed file logging
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
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. |