mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
logger ignore args of sharepoint-related methods
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
5df9107f50
commit
650900252c
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