Don't log matplotlib

This commit is contained in:
Nicolas Mowen 2025-06-26 07:21:13 -06:00
parent 4870fd2f0b
commit c436ff5405

View File

@ -80,6 +80,7 @@ def apply_log_levels(default: str, log_levels: dict[str, LogLevel]) -> None:
log_levels = {
"absl": LogLevel.error,
"httpx": LogLevel.error,
"matplotlib": LogLevel.error,
"tensorflow": LogLevel.error,
"werkzeug": LogLevel.error,
"ws4py": LogLevel.error,