From 1ff82574e1d06de057361383e2a3cdfef00d6e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 3 Dec 2024 21:56:02 -0600 Subject: [PATCH] test: Disable test logger --- target_snowflake_logging.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target_snowflake_logging.yaml b/target_snowflake_logging.yaml index e940c02..564ebac 100644 --- a/target_snowflake_logging.yaml +++ b/target_snowflake_logging.yaml @@ -9,7 +9,7 @@ handlers: class: logging.FileHandler formatter: simple filename: snowflake.log -loggers: - snowflake.connector: - level: DEBUG - handlers: [ snowflake ] +# loggers: +# snowflake.connector: +# level: DEBUG +# handlers: [ snowflake ]