remove setup args from logging

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2019-04-30 12:21:12 +02:00 committed by Backportbot
parent 3102633260
commit 7886642979
1 changed files with 8 additions and 0 deletions

View File

@ -76,6 +76,14 @@ class ExceptionSerializer {
// files_external: UserStoragesController
'update',
// Setup
'install',
// SetupController
'run',
'display',
'loadAutoConfig',
];
private function filterTrace(array $trace) {