Skip to content

Commit

Permalink
Merge pull request #33689 from nextcloud/fix/noid/reduce-log-sharepoint
Browse files Browse the repository at this point in the history
[stable24] logger ignore args of sharepoint-related methods
  • Loading branch information
PVince81 authored Aug 25, 2022
2 parents a0091fd + 6509002 commit f130109
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/private/Log/ExceptionSerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f130109

Please sign in to comment.