thumbnail: Increase logging level to ERROR and above.

Warnings are quite common when dealing with bogus image data.
This commit is contained in:
Alex Vandiver 2024-07-12 01:39:49 +00:00 committed by Tim Abbott
parent 262689da76
commit 49c0f7306e
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ LOGGING: Dict[str, Any] = {
"propagate": False,
},
"pyvips": {
"level": "WARNING",
"level": "ERROR",
"handlers": ["console", "errors_file"],
"propagate": False,
},