简体   繁体   中英

Python Google Stackdriver Snapshots in dependencies

My app is deployed on the python 3.7 Google App Engine standard environment. It has a bug that causes it to silently fail when a certain library function gets called. I'd like to set some log points inside the library function, but I'm not seeing a way to do that. Is it possible to set log points inside external dependencies using Stackdriver? If so, how?

You can use Stackdriver debugger . It allows you to inspect the state of an application, at any code location, without stopping or slowing down the running app and you can configure your Python application to use Stackdriver Debugger .

Also Stackdriver Trace is a distributed tracing system that collects latency data from your applications and displays it in the Google Cloud Platform Console.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM