mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 00:54:27 +03:00
include input in log messages
This commit is contained in:
parent
a4d1aab8ce
commit
492ef45746
@ -86,6 +86,7 @@ def main() -> None:
|
|||||||
|
|
||||||
print(f"Line # : {line_number}")
|
print(f"Line # : {line_number}")
|
||||||
print(f"Key : {' -> '.join(map(str, error_path))}")
|
print(f"Key : {' -> '.join(map(str, error_path))}")
|
||||||
|
print(f"Value : {error.get('input','-')}")
|
||||||
print(f"Message : {error.get('msg', error.get('type', 'Unknown'))}\n")
|
print(f"Message : {error.get('msg', error.get('type', 'Unknown'))}\n")
|
||||||
|
|
||||||
print("*************************************************************")
|
print("*************************************************************")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user