]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove setup args from logging
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 30 Apr 2019 10:21:12 +0000 (12:21 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 6 May 2019 21:59:45 +0000 (23:59 +0200)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
lib/private/Log/ExceptionSerializer.php

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