mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-19 01:17:06 +03:00
don't combine frigate log lines with timestamp
This commit is contained in:
parent
75da1f8452
commit
d652d4e4d8
@ -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]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user