#531 closed bug (Fixed)
DEBUG logging should not be the default
Reported by: | pablo.castellazzi@gmail.com | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Unknown | Version: | 1.0.0 |
Keywords: | logger | Cc: |
Description
deluge start with logging in debug mode enabled, and with the output set to console. This is bad because stdout and stderr output are redirected to .xsession-errors by default when you lunch deluge from the desktop (from the menu, a desktop icon, downloading a .torrent, etc).
The logger should only report messages of level ERROR or higher by default, and should be an option to change this from the command line.
Change History (3)
comment:1 by , 16 years ago
Milestone: | → 1.1.0 |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed [4293]