简体   繁体   English

Google Stackdriver不显示跟踪

[英]Google Stackdriver does not show trace

Previously when an error occurred in my application I could find a trace of the entire code to where it happened ( file, line number ). 以前,当我的应用程序中发生错误时,我可以找到整个代码的踪迹,以了解发生错误的位置(文件,行号)。 In the Google Cloud console. 在Google Cloud控制台中。

Right now I only receive a request ID and a timestamp, with no indication of a trace or line number in the code when in the 'logging' window in the Google Cloud Console. 现在,在Google Cloud Console的“日志记录”窗口中,我仅收到请求ID和时间戳,没有在代码中显示跟踪或行号。 Selecting a 'log event' only shows some sort of JSON structure of a request, but not anything about the code or any helpful information what went wrong with the application. 选择“日志事件”仅显示请求的某种JSON结构,但不包含有关代码或应用程序出问题的任何有用信息的任何信息。

What option should be selected in the google cloud console to show a stack trace for Python App Engine applications? 在Google云控制台中应选择哪个选项以显示Python App Engine应用程序的堆栈跟踪?

同时,Google已更新了云控制台和调试器,现在它确实包含Python的完整堆栈跟踪。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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