Could anyone help me with a vercel deployment prob...
# 06-technical-discussion
b
Could anyone help me with a vercel deployment problem? Essentially only my logs from react front end api calls are showing up in my runtime logs. My python logs don't show up. I am using
import logging
and ensured basicConfig was set to logging INFO. That is a subproblem to a larger one - I am getting a lot of function execution timeouts with calls to ChatGPT, but not getting them locally. The logs are to debug why. It's strange because I upgraded to the pro plan which allows for 60s serverless execution function time but it errors out fairly fast