aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Log
Commit message (Expand)AuthorAgeFilesLines
* fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-151-1/+1
* refactor: Use the elvis operatorChristoph Wurst2024-09-151-1/+1
* feat(PsrLoggerAdapter): Allow to use `Psr\Log\LogLevel` for `log` methodFerdinand Thiessen2024-09-141-89/+30
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-11/+11
* chore: Add SPDX headerAndy Scherzinger2024-05-2410-233/+29
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-19/+18
* fix(PsrLoggerAdapter): Adjust code to comply with v2 of Psr\Log (allow \Strin...Ferdinand Thiessen2024-04-161-37/+47
* Move away from deprecated utf_encode() on PHP 8.2+Git'Fellow2024-02-171-1/+1
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-5/+7
* Fix log rotation notification level (warning->info)Josh Richards2023-12-311-1/+1
* Refactors lib/private/Log.Faraz Samapoor2023-06-2810-149/+77
* emit an event when a message is loggedRobin Appelman2023-06-131-0/+5
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* 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