Logging in server.py will show the date twice when is_door_name and get_status are being called. logging.basicConfig() sets up the time stamp, however, the get_status and is_door_name calls create their own time stamps. Is there a way to counteract this while keeping the time stamps for our own logs?