diff --git a/lib/iris/etc/logging.yaml b/lib/iris/etc/logging.yaml index 5671916ff9..a73906e7db 100644 --- a/lib/iris/etc/logging.yaml +++ b/lib/iris/etc/logging.yaml @@ -33,6 +33,12 @@ loggers: level: INFO handlers: [console-func] propagate: no + matplotlib: + level: INFO + PIL: + level: INFO + urllib3: + level: INFO root: level: INFO