Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use constants | Joas Schilling | 2017-04-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Reorder the entries of the log for easier reading | Juan Pablo Villafáñez | 2017-04-12 | 1 | -5/+5 |
| | |||||
* | Merge pull request #3310 from duritong/patch-1 | Morris Jobke | 2017-04-04 | 1 | -1/+3 |
|\ | | | | | only chmod logfile if necessary | ||||
| * | only chmod logfile if necessary | duritong | 2017-01-29 | 1 | -1/+3 |
| | | | | | | otherwise e.g. on SELinux this will log an error, so we better avoid it if not necessary. | ||||
* | | author update | Roger Szabo | 2017-03-10 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | | improvement of userAgent variable assigment | Roger Szabo | 2017-03-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | | log user agent globally instead | Roger Szabo | 2017-03-10 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | | Revert unintentional log timestamp format change | Joas Schilling | 2017-01-30 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix default value for logdateformat - fixes #3107 | Morris Jobke | 2017-01-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Get the logfile location while running the logrotate cron job instead of ↵ | Robin Appelman | 2017-01-06 | 1 | -1/+3 |
| | | | | | | when registering the job Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | log version number in each log line | Morris Jobke | 2016-10-06 | 1 | -2/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Reverted the default syslog tag to avoid breaking existing systems. | Thomas Pulzer | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Changed logtype to file instead of owncloud. | Thomas Pulzer | 2016-07-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | - 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. | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 4 | -6/+12 |
| | |||||
* | Changed name of default logfile from owncloud.log to nextcloud.log. | Thomas Pulzer | 2016-07-04 | 1 | -2/+2 |
| | |||||
* | Hack to prevent infinite loop with LDAP + logging | Vincent Petry | 2016-05-31 | 1 | -3/+2 |
| | | | | Forward port of a50619200c6a08929dbe802118a6afadb376b866 to 9.1/master | ||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+5 |
| | |||||
* | Move \OC\Log to PSR-4 | Roeland Jago Douma | 2016-05-03 | 5 | -0/+433 |