summaryrefslogtreecommitdiffstats
path: root/lib/private/Log
Commit message (Expand)AuthorAgeFilesLines
* Fix DateTime constructor calls with nullCôme Chilliet2021-11-231-1/+1
* Always list the class of an object firstJulius Härtl2021-08-051-3/+3
* Set a maximum level of encoding nested arguments of exception tracesJulius Härtl2021-08-051-3/+18
* Sanitize more functions from the encryption appLukas Reschke2021-07-211-1/+57
* Mask password for Redis and RedisCluster on connection failureDaniel Kesselberg2021-07-191-0/+6
* Correctly skip suppressed errors in PHP 8.0Chih-Hsuan Yen2021-07-131-1/+1
* Migrate HintException to OCPGary Kim2021-06-302-2/+2
* Merge pull request #27635 from nextcloud/fix/datetime-constantsPytal2021-06-231-1/+1
|\
| * Move DateTime::ATOM to DateTimeInterface::ATOMChristoph Wurst2021-06-231-1/+1
* | Merge pull request #26346 from J0WI/clean-auth-regexblizzz2021-06-231-1/+1
|\ \ | |/ |/|
| * Cleaner removePassword regexJ0WI2021-03-271-1/+1
* | Move exception logging to separate fieldJulius Härtl2021-06-101-5/+9
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-049-16/+6
* | Log deprecation only as debugJoas Schilling2021-04-261-0/+2
* | Respect the error level when loggingJoas Schilling2021-04-261-2/+17
|/
* Migrate custom loggers to PSRChristoph Wurst2021-02-112-3/+17
* Don't log keys on checkSignatureJoas Schilling2021-01-181-0/+1
* Fix warning in PHP 8 about optional parameter before mandatory oneMorris Jobke2021-01-071-1/+1
* Avoid huge exception argument loggingRoeland Jago Douma2020-12-291-3/+21
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Don't log params of imagecreatefromstringVincent Petry2020-12-041-0/+3
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-3/+3
* Generate exception to log on php errorsJulius Härtl2020-09-291-2/+4
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Make the PSR-3 adapter exception-awareChristoph Wurst2020-07-141-9/+106
* Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f...Morris Jobke2020-07-101-1/+1
* Fix chmod on file descriptorJ0WI2020-07-031-1/+1
* Don't log KeysJoas Schilling2020-06-191-1/+5
* Update license headers for 19Christoph Wurst2020-04-296-2/+8
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-15/+10
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-092-0/+2
* Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst2020-04-081-0/+166
|\
| * Add a PSR-3 logger adapter and make it injectableChristoph Wurst2020-03-261-0/+166
* | Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-0/+3
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\ \
| * | Remove unused importsChristoph Wurst2020-03-251-1/+0
| |/
* / Use the short array syntax, everywhereChristoph Wurst2020-03-262-9/+9
|/
* always require a message paramter for data loggingArthur Schiwon2020-01-281-0/+10
* Update license headers for 18Christoph Wurst2019-12-201-1/+0
* Update license headersChristoph Wurst2019-12-058-19/+29
* Fix logger testRoeland Jago Douma2019-11-271-1/+1
* Sensitive values handlingRoeland Jago Douma2019-11-271-2/+4
* Some php-cs fixesRoeland Jago Douma2019-11-223-3/+2
* Do not escape slashes in log jsonJulius Härtl2019-10-071-2/+2
* Make sure SystemConfig class can be injected and syslog_tag is fetched properlyJulius Härtl2019-08-131-1/+1
* Move log detail aggregation to separate class and reuse it in syslog/systemd ...Julius Härtl2019-07-174-66/+115
* fix class might be undefinedJoas Schilling2019-05-081-2/+2
* remove args from logging of common-spelled methods dependent on classArthur Schiwon2019-05-071-10/+24