From 2c171c9c8f3c4e33ec75b9e3eae6002bb08211fb Mon Sep 17 00:00:00 2001 From: Bill Little Date: Mon, 17 Aug 2020 12:34:50 +0100 Subject: [PATCH] set third party default logging level --- lib/iris/etc/logging.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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