# Setup Llamaindex logging logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout)) set_global_handler("simple")
set_global_handler("simple")
only logs llm input/output to the terminal and not much more