Skip to content

Commit

Permalink
refactor(logs): remove basicConfig for logs
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo4diani committed Nov 18, 2023
1 parent 58b568a commit df45ead
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion auton_survival/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@


def configure_logging():
logging.basicConfig()
logging.getLogger(LOGGER_NAME).addHandler(logging.NullHandler())

0 comments on commit df45ead

Please sign in to comment.