Done Criteria
It's possible to enable logging of all HTTP requests made by Synapse to help with debugging, specifically including:
- server
- path
- query string
- verb
- response code
There are docs on how to enable this logging for debugging.
Why Important
When debugging Curio PDP issues for example, it's really useful to know what did the client send to the Curio PDP SP. This is easy to get when Synapse is run within a browser context, but it would be nice to be able to get from the command line as well.
User/Customer
Maintainers attempting to debug the system.
Notes
Instances where this would have been useful:
Done Criteria
It's possible to enable logging of all HTTP requests made by Synapse to help with debugging, specifically including:
There are docs on how to enable this logging for debugging.
Why Important
When debugging Curio PDP issues for example, it's really useful to know what did the client send to the Curio PDP SP. This is easy to get when Synapse is run within a browser context, but it would be nice to be able to get from the command line as well.
User/Customer
Maintainers attempting to debug the system.
Notes
Instances where this would have been useful: