diff --git a/frigate/api/app.py b/frigate/api/app.py index e97509998..787a08784 100644 --- a/frigate/api/app.py +++ b/frigate/api/app.py @@ -481,7 +481,7 @@ def logs(service: str): for rawLine in contents.splitlines(): cleanLine = rawLine.strip() - if len(cleanLine) < 10: + if len(cleanLine) < 10 or " " not in cleanLine: continue if dateEnd == 0: