diff --git a/lib/base.php b/lib/base.php index b601e4b19f2e4..198a870619278 100644 --- a/lib/base.php +++ b/lib/base.php @@ -795,7 +795,7 @@ public static function init() { if (!$isScssRequest) { http_response_code(400); - \OC::$server->getLogger()->warning( + \OC::$server->getLogger()->info( 'Trusted domain error. "{remoteAddress}" tried to access using "{host}" as host.', [ 'app' => 'core',