Merge pull request #24498 from nextcloud/enhancement/nextcloud-log-normalizer

Replace abandoned log normalizer with our fork
This commit is contained in:
Joas Schilling 2020-12-03 11:04:49 +01:00 committed by GitHub
commit 64bc7c79e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;