Debugging Level
The debugging level is an optional parameter that can be send to a PyWrapper service to specify the detailed of debugging messages that it should present when performing an operation.
The name of the parameter that must be sent is debug and the values:
Right now there are 6 different levels:
- 0 errors:
- 1 warnings:
- 2 performance:
- 3 infos:
- 4 debugging:
- 5 detailed debugging:
