Logging is done via cherrypy and cherrypy won't emit messages into the log file unless use.screen is true. A consistent mistake users make when they want to see debug messages is enabling debug in the config file but omitting to set use.screen to true as well. The result is confusing, debug is enabled but no debug messages are logged.
We should set use.screen to true during initialization if debug is enabled.
Fields changed
milestone: => 1.2
owner: => rcritten status: new => accepted
https://pagure.io/ipsilon/pull-request/43
patch_available: 0 => 1
master: 39fe77f
resolution: => fixed status: accepted => closed
Metadata Update from @rcritten: - Issue assigned to rcritten - Issue set to the milestone: 1.2
Log in to comment on this ticket.