Replace abandoned log normalizer with our fork

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2020-12-03 09:50:10 +01:00
parent f6c24133a4
commit 67e5af58ed
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit c3eaf5e97ae010355088a7851ff34bd4b7253bf0
Subproject commit 2659d7d317205e45d29e299c948bca5d5d923b9b

View File

@ -36,9 +36,9 @@ declare(strict_types=1);
namespace OC;
use Nextcloud\LogNormalizer\Normalizer;
use OCP\Log\IDataLogger;
use function array_merge;
use InterfaSys\LogNormalizer\Normalizer;
use OC\Log\ExceptionSerializer;
use OCP\ILogger;