mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-04 12:37:43 +03:00
Add self return for pydantic (#17091)
This commit is contained in:
parent
b9e06dda25
commit
0649610a0f
@ -37,3 +37,5 @@ class LoggerConfig(FrigateBaseModel):
|
||||
|
||||
for log, level in log_levels.items():
|
||||
logging.getLogger(log).setLevel(level.value.upper())
|
||||
|
||||
return self
|
||||
|
||||
Loading…
Reference in New Issue
Block a user