Opened 3 years ago
Last modified 17 months ago
#905 new defect
cgi debug mode is sticky with fastcgi
| Reported by: | snide | Owned by: | nobody |
|---|---|---|---|
| Priority: | lowest | Milestone: | Munin 2.2 |
| Component: | web-interface | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When using ?debug=yes the debug mode is sticky. It should not be active when removing the debug parameter.
Change History (2)
comment:1 Changed 3 years ago by snide
- Component changed from plugins to web-interface
comment:2 Changed 17 months ago by snide
- Milestone changed from Munin 2.0 to Munin 2.1
Note: See
TracTickets for help on using
tickets.

logger_debug() is called when --debug is specified and there is no logger_no_debug() function to call to disable it.