diff --git a/lib/base.php b/lib/base.php index 1fca124f07215..470e3f71af2c6 100644 --- a/lib/base.php +++ b/lib/base.php @@ -802,7 +802,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',