nextcloud/settings/Controller
Thomas Pulzer ba3f4f118e Changed logtype to file instead of owncloud.
- Updated the config sample to point to log_type='file'
- Renamed the Class for logfile logging to File in namespace 'OC\Log\'.
  Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'.
- Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'.
  Changed registration of the command to use 'OC\Core\Command\Log\File'.
- Changed default Syslog tag to Nextcloud
- Retained backwards compatibility for configs with 'logtype' => 'owncloud'

- Adjusted tests for the new file log.

Closes #490.
2016-07-22 11:44:19 +02:00
..
AppSettingsController.php Fix others 2016-07-21 18:13:57 +02:00
AuthSettingsController.php Update with robin 2016-07-21 18:13:58 +02:00
CertificateController.php Update with robin 2016-07-21 18:13:58 +02:00
CheckSetupController.php Merge pull request #507 from nextcloud/run-le-script 2016-07-21 23:27:15 +02:00
EncryptionController.php Fix others 2016-07-21 18:13:57 +02:00
GroupsController.php Fix others 2016-07-21 18:13:57 +02:00
LogSettingsController.php Changed logtype to file instead of owncloud. 2016-07-22 11:44:19 +02:00
MailSettingsController.php Fix others 2016-07-21 18:13:57 +02:00
SecuritySettingsController.php Fix others 2016-07-21 18:13:57 +02:00
UsersController.php Update with robin 2016-07-21 18:13:58 +02:00