From 8817077d58cdb1a9db959eefdcc22da8e0642dd3 Mon Sep 17 00:00:00 2001 From: David Keck <32853381+keck-in-space@users.noreply.github.com> Date: Tue, 24 Jan 2023 13:59:23 -0500 Subject: [PATCH] Remove logging configuration This setting overwrites any logging configuration made by the consumer of this library. Closes #27 --- ballcosmos/__init__.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ballcosmos/__init__.py b/ballcosmos/__init__.py index f17ccaf..f9d3bd2 100644 --- a/ballcosmos/__init__.py +++ b/ballcosmos/__init__.py @@ -17,13 +17,6 @@ from ballcosmos.connection import * from ballcosmos.environment import * - -logging.basicConfig( - format="%(asctime)s %(levelname)s %(name)s %(message)s", - level=logging.getLevelName(LOG_LEVEL), -) - - ################################### CTS = None # Stands for command telemetry server