mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
debug logging
This commit is contained in:
parent
13d06f9be3
commit
f6e9c0164a
@ -286,7 +286,7 @@ class CameraWatchdog(threading.Thread):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if topic.endswith(RecordingsDataTypeEnum.valid.value):
|
if topic.endswith(RecordingsDataTypeEnum.valid.value):
|
||||||
self.logger.info(
|
self.logger.debug(
|
||||||
f"Latest valid recording segment time on {camera}: {segment_time}"
|
f"Latest valid recording segment time on {camera}: {segment_time}"
|
||||||
)
|
)
|
||||||
self.latest_valid_segment_time = segment_time
|
self.latest_valid_segment_time = segment_time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user