Hi,
I would like to pass to my web.py program a custom parameter to enable debugging.
- is there a built in way in web.py to enable custom debugging levels?
- if not, is there a way to access custom flags such as --log-debug or should I access these with opt/argparse?
Thank you,
Edmon