Find answers from the community

Updated 8 months ago

Another question: I'm trying to log like

Another question: I'm trying to log like this:
Plain Text
# Setup Llamaindex logging
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
logging.getLogger().addHandler(logging.StreamHandler(stream=sys.stdout))
set_global_handler("simple")

Still, I don't see much output on my console except the request endpoints, what can be the reason?
W
m
4 comments
It could be becuase you have selected to show logs from DEBUG, Try changing it to INFO
didn't work 😦 Weird, becuase I remember it was printing out everything 1-2 weeks before
set_global_handler("simple") only logs llm input/output to the terminal and not much more
Add a reply
Sign up and join the conversation on Discord