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-02 12:33:46 +01:00
parent 4d64ec9944
commit 244c53dea1
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8f03ccac97331ff781340d76a3f4a49a017d6ae1
Subproject commit e287243b8eeaf72443b841ace3b1788e85a5aacd

View File

@ -36,10 +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;
use OCP\Log\IFileBased;