diff --git a/frigate/api/app.py b/frigate/api/app.py index b6efaeb5e..e97e2d5d1 100644 --- a/frigate/api/app.py +++ b/frigate/api/app.py @@ -418,9 +418,7 @@ def process_logs( if date_end == 0: date_end = clean_line.index(" ") - # for frigate logs attempt to consolidate by comparing - # the first 3 characters of the millisecond portion - key_length = date_end - (6 if service == "frigate" else 0) + key_length = date_end new_key = clean_line[:key_length]