Browse Source

Replace abandoned log normalizer with our fork

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v21.0.0beta1
Christoph Wurst 3 years ago
parent
commit
244c53dea1
No account linked to committer's email address
2 changed files with 2 additions and 3 deletions
  1. 1
    1
      3rdparty
  2. 1
    2
      lib/private/Log.php

+ 1
- 1
3rdparty

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

+ 1
- 2
lib/private/Log.php 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;

Loading…
Cancel
Save