Python Forum
question about flask tracing
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
question about flask tracing
#1
Hi

I would like to do some tracing in a flask. I have been able to trace request in plain python requests using sys.settrace(), but this doesnt work with Flask.

Moreover, what i want to trace is in a flask application, when an endpoint is called, what was the request, which parts of the code was executed (i think i can still do it with settrace) and what is the response sent by the application

Can you help me to understand which services i can use to do this?

Thanks
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Tracing a multiplication table w/ Python trace() NationalRex22 0 1,757 Jun-11-2019, 03:31 AM
Last Post: NationalRex22
  Tracing function calls PyRaider 1 3,858 Oct-25-2016, 03:44 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020