aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Log
Commit message (Expand)AuthorAgeFilesLines
* fix(syslog): open syslog channel on writeKent Delante2025-07-021-2/+6
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-014-0/+4
* fix: make rotate logs a TimedJob and run every hourfix/convert-rotate-to-timedjobSalvatore Martire2025-06-241-1/+9
* fix(log): map all warnings to warn log level, notice to infoChristoph Wurst2025-05-271-2/+2
* fix(log): Only log client request id if present, and at the endfeat/log-client-side-req-idCôme Chilliet2025-05-141-2/+4
* feat(log): Log the request id sent with the requestCôme Chilliet2025-05-141-0/+2
* fix(Log): revert swich to ?? operatorfix/noid/log-false-userArthur Schiwon2025-04-171-1/+1
* fix(logger): Fix closure detection when filtering sensitive parametersJoas Schilling2024-11-081-1/+4
* refactor(encryption): Migrate away from Hooks to typed eventsFerdinand Thiessen2024-10-151-9/+12
* fix(logger): Remove more parameters of other methodsbugfix/noid/censor-more-valuesJoas Schilling2024-10-071-2/+19
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-195-8/+8
* chore: Remove deprecated `ILogger` logging functionschore/remove-iloggerFerdinand Thiessen2024-09-191-6/+0
* 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