Skip to content

Commit

Permalink
Better config of logger messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucashicks1 committed Oct 17, 2023
1 parent 9184ed1 commit f048617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/figurines/microcontroller_comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

# =========================== SERIAL HANDLING ================================== #

logging.basicConfig(level=logging.DEBUG, format="%(asctime)s %(levelname)s %(message)s")
_LOGGER = logging.getLogger(__name__)
_LOGGER.setLevel(logging.DEBUG)

def initialise_serial(port):
global serialPort, connect_status
Expand Down

0 comments on commit f048617

Please sign in to comment.