summaryrefslogtreecommitdiffstats
path: root/lib/private/Log
Commit message (Expand)AuthorAgeFilesLines
* emit an event when a message is loggedRobin Appelman2023-07-101-0/+5
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-1/+1
* fix: treat text app session parameters as sensitive valuesMax2023-03-011-0/+10
* composer run cs:fixCôme Chilliet2023-01-205-6/+3
* fix(ExceptionSerializer): encode arguments before filtering the traceJulius Härtl2023-01-161-3/+3
* fix(logging): Fix array to string conversion in errorlog writerChristoph Wurst2022-12-194-9/+12
* chore(logging): Fix branding of errorlog log messagesChristoph Wurst2022-12-051-1/+4
* Log all deprecations with debug levelChristoph Wurst2022-11-021-0/+1
* Refactor the ErrorHandler into a dynamic classChristoph Wurst2022-11-021-45/+38
* Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-231-1/+1
|\
| * Port existing server code to new interfaceCarl Schwan2022-08-081-1/+1
* | allow apps to specify methods carrying sensitive parametersArthur Schiwon2022-07-281-3/+10
|/
* Merge pull request #32242 from nextcloud/fix-logging-data-arrayblizzz2022-06-211-1/+3
|\
| * Fix logging data context to fileThomas Citharel2022-05-021-1/+3
* | make placeholder a const for reuseArthur Schiwon2022-06-161-2/+4
* | fix overwriting original vars when loggingArthur Schiwon2022-06-161-2/+4
|/
* Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling2022-01-194-7/+36
* 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