Try specifying the stream in your basic config:
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
Otherwise the logs just end up in stderr or in the jupyter server logs which is not very convenient.