From aa3f67d0408a79567ff6b95af2b108ecacc5b2f7 Mon Sep 17 00:00:00 2001 From: Yifan Zhang Date: Wed, 27 Apr 2022 10:54:35 +0300 Subject: [PATCH] remove logging config for rq --- src/pipeline/backends/rq.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pipeline/backends/rq.py b/src/pipeline/backends/rq.py index 856fa1a..e839b33 100644 --- a/src/pipeline/backends/rq.py +++ b/src/pipeline/backends/rq.py @@ -14,8 +14,6 @@ from ..helpers import namespaced_topic -FORMAT = "%(asctime)-15s %(levelname)s %(message)s" -logging.basicConfig(format=FORMAT) pipelineLogger = logging.getLogger("pipeline")