Hi everyone!
I'm realy novice in GAE and after develop a simple app in local and I'm trying to deploy this in Google Cloud Platform. I've found some problems and I would like to try to debug these using logs but I don't find the way to see this (simple example,
logging.info('HI') in flask app resource) in StackDrivers logs. I only can see the logs of request that I think are automatic.
Some idea?
Thank you so much!