Opened 11 years ago
Closed 10 years ago
#977 closed enhancement/feature request (fixed)
Activate option -d / global debug level
Reported by: | sleske | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
Until now, there is no way to globally increase the debug level in Navit; the debug level can only be set per module.
The attached patch introdues a new pseudo-module "global", to allow setting the global (minimum) debug level, as in:
<debug name="global" level="1"/>
It also activates command line option "-d" to set this global level.
Attachments (1)
Change History (2)
Changed 11 years ago by sleske
comment:1 Changed 10 years ago by sleske
- Resolution set to fixed
- Status changed from new to closed
Patch applied in rev4915.
Note: See
TracTickets for help on using
tickets.
Patch to add global debug level & -d