From eb22fef2020238684a840e0e70e5479a12b09daa Mon Sep 17 00:00:00 2001 From: Yann Forget Date: Fri, 20 Dec 2024 17:24:59 +0100 Subject: [PATCH] fix(era5): remove debug log level --- openhexa/toolbox/era5/google.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openhexa/toolbox/era5/google.py b/openhexa/toolbox/era5/google.py index dc4b8d8..884dbba 100644 --- a/openhexa/toolbox/era5/google.py +++ b/openhexa/toolbox/era5/google.py @@ -21,7 +21,6 @@ with importlib.resources.open_text("openhexa.toolbox.era5", "variables.json") as f: VARIABLES = json.load(f) -logging.basicConfig(level=logging.DEBUG, format="%(name)s %(asctime)s %(levelname)s %(message)s") log = logging.getLogger(__name__)