mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
don't combine frigate log lines with timestamp
This commit is contained in:
parent
c313b842d1
commit
fa161d14fe
@ -480,9 +480,7 @@ def process_logs(
|
|||||||
|
|
||||||
if date_end == 0:
|
if date_end == 0:
|
||||||
date_end = clean_line.index(" ")
|
date_end = clean_line.index(" ")
|
||||||
# for frigate logs attempt to consolidate by comparing
|
key_length = date_end
|
||||||
# the first 3 characters of the millisecond portion
|
|
||||||
key_length = date_end - (6 if service == "frigate" else 0)
|
|
||||||
|
|
||||||
new_key = clean_line[:key_length]
|
new_key = clean_line[:key_length]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user