Skip to content

Commit

Permalink
Remove logging configuration
Browse files Browse the repository at this point in the history
This setting overwrites any logging configuration made by the consumer of this library. Closes BallAerospace#27
  • Loading branch information
keck-in-space authored Jan 24, 2023
1 parent 86ec6d2 commit 8817077
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ballcosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8817077

Please sign in to comment.