Opened 8 years ago
Closed 8 years ago
#21 closed defect (fixed)
Odd behaviour in logger for VERBOSITY = -1
Reported by: | cwilkinson | Owned by: | somebody |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | component1 | Version: | 1.0 |
Keywords: | Cc: |
Description
If you set the verbosity to -1, all messages are printed as [DEBUG] statements. I would prefer that additional LOG(DEB) messages are printed with [DEBUG], and all others keep the same logging behaviour...
Change History (1)
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Odd bahaviour in logger for VERBOSITY = -1 → Odd behaviour in logger for VERBOSITY = -1 |
Note: See
TracTickets for help on using
tickets.
Now the logging behaviour is the same in DEBUG mode, it just posts debug messages.