- Package:
- python-reportbug
- Source:
- reportbug
- Submitter:
- Jari Aalto
- Date:
- 2023-04-19 09:51:07 UTC
- Severity:
- wishlist
When using reportbug(1), sometimes there are needs to get deeper information what is going on. Like what are the exact parameters passed to MTA (in /usr/share/pyshared/reportbug/submit.py around line 350) SUGGESTION Please implement debuggin capabilities to the library. When debug is on (True), the library would print informational messages to stderr. This feature could then be activated from reportbug(1) e.g. via option --debug.