Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -22/+4 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Refactors lib/private/Log. | Faraz Samapoor | 2023-06-28 | 1 | -5/+6 |
| | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | fix(logging): Fix array to string conversion in errorlog writer | Christoph Wurst | 2022-12-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Allow to get custom loggers for syslog, errorlog and systemdlog too | Joas Schilling | 2022-01-19 | 1 | -2/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Make sure SystemConfig class can be injected and syslog_tag is fetched properly | Julius Härtl | 2019-08-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Move log detail aggregation to separate class and reuse it in syslog/systemd ↵ | Julius Härtl | 2019-07-17 | 1 | -4/+5 |
| | | | | | | logger Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Added Systemd.log documentation to config.sample.php | Johannes Ernst | 2018-06-29 | 1 | -1/+1 |
| | | | | | | | | Changed name of default system (not systemd) logger from ownCloud to Nextcloud, to be consistent Fixed license per https://github.com/nextcloud/server/pull/9760#discussion_r195026784 Pulled upstream updates Signed-off-by: Johannes Ernst <jernst@indiecomputing.com> | ||||
* | improve Syslog a little | Arthur Schiwon | 2018-04-26 | 1 | -3/+6 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -10/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -5/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+3 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 |
| | |||||
* | Move \OC\Log to PSR-4 | Roeland Jago Douma | 2016-05-03 | 1 | -0/+54 |