aboutsummaryrefslogtreecommitdiffstats
path: root/settings/Controller/LogSettingsController.php
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-281-65/+0
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Use the real logger in the settingsRoeland Jago Douma2019-01-071-3/+2
| | | | | | | | Fixes #13285 The wrapper logger should not be used here. But we need the real logger. Since this in internal we can just pass that on directly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* log to $datadir/audit.log by default and add rotationArthur Schiwon2018-04-261-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* destaticfy Log classesArthur Schiwon2018-04-261-1/+16
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Remove unused import statementsMorris Jobke2018-02-141-5/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* remove old logging sectionRobin Appelman2016-11-211-57/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-221-3/+3
| | | | | | | | | | | | | | - 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.
* Fix othersJoas Schilling2016-07-211-3/+5
|
* Set content-type to "application/octet-stream"Lukas Reschke2016-06-301-1/+2
| | | | Some browsers such as Firefox on Microsoft Windows otherwise do offer to open the file directly which is kinda silly.
* Update license headersLukas Reschke2016-05-261-0/+2
|
* Fix usages of OC\Log\OwncloudJoas Schilling2016-05-041-2/+2
|
* Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-031-1/+1
|
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+109