Skip to content

Commit

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


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

0 comments on commit 58b568a

Please sign in to comment.