logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
verbose=True
in the transform declaration https://github.com/jerryjliu/llama_index/blob/main/gpt_index/indices/query/query_transform/base.py#L236