Skip to content

Commit 98837f3

Browse files
fixup! Replace abandoned log normalizer with our fork
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 3a37bbc commit 98837f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/private/Log.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@
3636

3737
namespace OC;
3838

39+
use Nextcloud\LogNormalizer\Normalizer;
3940
use OCP\Log\IDataLogger;
4041
use function array_merge;
41-
use InterfaSys\LogNormalizer\Normalizer;
42-
4342
use OC\Log\ExceptionSerializer;
4443
use OCP\ILogger;
4544
use OCP\Log\IFileBased;

0 commit comments

Comments
 (0)