#171 force use.screen to true when debug is enabled
Closed: Fixed None Opened 8 years ago by jdennis.

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

Fields changed

owner: => rcritten
status: new => accepted

master: 39fe77f

resolution: => fixed
status: accepted => closed

Metadata Update from @rcritten:
- Issue assigned to rcritten
- Issue set to the milestone: 1.2

7 years ago

Login to comment on this ticket.

Metadata