mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #33701 from nextcloud/backport/33689/stable23
[stable23] logger ignore args of sharepoint-related methods
This commit is contained in:
commit
952b6d6810
1 changed files with 5 additions and 0 deletions
|
|
@ -100,6 +100,11 @@ class ExceptionSerializer {
|
|||
|
||||
// Preview providers, don't log big data strings
|
||||
'imagecreatefromstring',
|
||||
|
||||
// Sharepoint, only up to NC24
|
||||
'acquireSecurityToken',
|
||||
'acquireToken',
|
||||
'acquireTokenForUser',
|
||||
];
|
||||
|
||||
/** @var SystemConfig */
|
||||
|
|
|
|||
Loading…
Reference in a new issue