summaryrefslogtreecommitdiffstats
path: root/lib/private/Log.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-02 12:33:46 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-03 09:44:25 +0100
commit244c53dea1fda8119896fd367b8041d505713a9c (patch)
treefaf9ac58a31a17f153fa570988079901166b4a0f /lib/private/Log.php
parent4d64ec9944e4bf7f04ca3ad60ca37164c9e10220 (diff)
downloadnextcloud-server-244c53dea1fda8119896fd367b8041d505713a9c.tar.gz
nextcloud-server-244c53dea1fda8119896fd367b8041d505713a9c.zip
Replace abandoned log normalizer with our fork
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/private/Log.php')
-rw-r--r--lib/private/Log.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/Log.php b/lib/private/Log.php
index 2048d60a53b..83b92ecd1ab 100644
--- a/lib/private/Log.php
+++ b/lib/private/Log.php
@@ -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;