Critical Log Einträge alle paar Sekunden, was tun?

Hallo Leute,
ich bekomme alle paar Sekunden neue System Log Einträge die als „Critical“ Markiert sind. Ich kann leider nicht viel damit anfangen, vll weiß von euch da einer mehr was das zu bedeuten hat und wie man es evtl. abstellen kann.
Shopware Version 6.4.20.2

Error 1

Uncaught PHP Exception League\OAuth2\Server\Exception\OAuthServerException: "The resource owner or authorization server denied the request." at /html/shopware/vendor/league/oauth2-server/src/Exception/OAuthServerException.php line 243 {"exception":"[object] (League\\OAuth2\\Server\\Exception\\OAuthServerException(code: 9): The resource owner or authorization server denied the request. at /html/shopware/vendor/league/oauth2-server/src/Exception/OAuthServerException.php:243)\n[previous exception] [object] (Lcobucci\\JWT\\Token\\InvalidTokenStructure(code: 0): The JWT string must have two dots at /html/shopware/vendor/lcobucci/jwt/src/Token/InvalidTokenStructure.php:13)"} []

Error 2

Uncaught Exception: An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/html/shopware/vendor/symfony/http-foundation/Response.php" at line 397."). {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Failed to start the session because headers have already been sent by \"/html/shopware/vendor/symfony/http-foundation/Response.php\" at line 397.\"). at /html/shopware/vendor/shopware/storefront/Resources/views/storefront/page/error/_page.html.twig:5)\n[previous exception] [object] (RuntimeException(code: 0): Failed to start the session because headers have already been sent by \"/html/shopware/vendor/symfony/http-foundation/Response.php\" at line 397. at /html/shopware/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145)"} []

Error 3

Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Failed to start the session because headers have already been sent by "/html/shopware/vendor/symfony/http-foundation/Response.php" at line 397.")." at /html/shopware/vendor/shopware/storefront/Resources/views/storefront/page/error/_page.html.twig line 5 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): An exception has been thrown during the rendering of a template (\"Failed to start the session because headers have already been sent by \"/html/shopware/vendor/symfony/http-foundation/Response.php\" at line 397.\"). at /html/shopware/vendor/shopware/storefront/Resources/views/storefront/page/error/_page.html.twig:5)\n[previous exception] [object] (RuntimeException(code: 0): Failed to start the session because headers have already been sent by \"/html/shopware/vendor/symfony/http-foundation/Response.php\" at line 397. at /html/shopware/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145)"} []

Error 4

Uncaught PHP Exception RuntimeException: "Failed to start the session because headers have already been sent by "/html/shopware/vendor/symfony/http-foundation/Response.php" at line 397." at /html/shopware/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php line 145 {"exception":"[object] (RuntimeException(code: 0): Failed to start the session because headers have already been sent by \"/html/shopware/vendor/symfony/http-foundation/Response.php\" at line 397. at /html/shopware/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:145)"} []

Da versucht jemand ohne Genehmigung sich einzuloggen, API zu nutzen oder …

Der zweite Fehler wird vermutlich durch eine falsche Server-Konfiguration verursacht. Vermutlich ist display_errors in der php.ini aktiviert.

Hm dann kann ich vll mit Fehler zweimal meinen Hoster aufschlagen, vll wissen die da näheres.

Und der Rest… hm…
Das könnte also ein Login Versuch, aber auch eine API Nutzung sein, die nicht autorisiert ist? Wie kann man rausfinden, was davon zutrifft? Gibt es da eine Möglichkeit?

Schau einfach in deinen access.log des Servers, falls der aktiviert ist. Dort solltest du alle Requests sehen.

vielen Dank, das werd ich mir mal anschauen.