You can stop the logs by adding grep to your command, they aren't packages from your app most likely android system or other apps.
This is how i grep to only see my service logs
adb logcat | grep -E "python|I MyDownloader"
My MyDownloader being my service name capitalized