mirror of https://github.com/zulip/zulip.git
thumbnail: Increase logging level to ERROR and above.
Warnings are quite common when dealing with bogus image data.
This commit is contained in:
parent
262689da76
commit
49c0f7306e
|
@ -890,7 +890,7 @@ LOGGING: Dict[str, Any] = {
|
|||
"propagate": False,
|
||||
},
|
||||
"pyvips": {
|
||||
"level": "WARNING",
|
||||
"level": "ERROR",
|
||||
"handlers": ["console", "errors_file"],
|
||||
"propagate": False,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue