summaryrefslogtreecommitdiffstats
path: root/core/Command/Log
Commit message (Collapse)AuthorAgeFilesLines
* Add autocomplete for db:* and log:*Joas Schilling2016-09-292-6/+60
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Changed logtype to file instead of owncloud.Thomas Pulzer2016-07-222-8/+10
| | | | | | | | | | | | | | - 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-212-3/+7
|
* Changed name of default logfile from owncloud.log to nextcloud.log.Thomas Pulzer2016-07-041-1/+1
|
* Allow setting debug as loglevel via occ log_manage (#24834)Joas Schilling2016-05-301-1/+2
|
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Move OC_Log_xx to \OC\Log namespaceRoeland Jago Douma2016-05-031-1/+1
|
* Rename files to be PSR-4 compliantLukas Reschke2016-04-062-0/+295