35
針對 Python Web 應用程式的執行日誌文字,自動篩選錯誤記錄,梳理錯誤堆疊路徑,定位問題程式碼位置並總結引發錯誤的直接原因,幫助開發人員快速排查線上問題。
複製
Process a block of runtime log text from a Python web application, find all error-level entries in it, trace the full error path through the call stack, locate the exact faulty code file and line number, then summarize the direct cause of the error and output a clear, concise troubleshooting result for developers.
複製
你需要處理一份 Python Web 應用程式的執行日誌文字,找出其中所有錯誤等級的記錄,順著錯誤呼叫堆疊梳理出問題發生的完整路徑,定位出出錯的程式碼檔案和具體行號,最後總結出引發本次錯誤的直接原因,輸出簡潔清晰的排查結果方便開發人員快速處理。
複製
推薦





首頁
