Custom Query (2449 matches)
Results (610 - 612 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #621 | Fixed | Disabling Logging | ||
| Description |
Hi Mvoncken, I have a python script which I am using to attach to the sclient and all is working fine. I currently have the logging turned off using: import logging logging.disable(logging.FATAL) However, I now want to implement my own logging in the script and need to only turn off the deluge logging...how do I do this? I have attempted to do it using either of the below, with no affect: 1) from deluge.log import logging as delugelogging delugelogging.disable(logging.FATAL) 2) from deluge import log log.LOG.disabled = True Is there any way I can manipulate logging options just for deluge? Will this require some deluge code development? Is it even possible? Any help will be much appreciated Thanks, Mark (Kaivalagi) |
|||
| #622 | Invalid | Russian translation | ||
| Description |
Hello! Your programm is really good and usefull but the russian translate is very bad quality! I could undertake and make a correct russian translation. Write me, if you interested. |
|||
| #624 | Fixed | Ubuntu priority display | ||
| Description |
In ubuntu when changing a files priority the display does not change, ie. it remains as 'Normal Priority' with the green icon. Internally however it does seem to change as files set to 'Do Not Download' don't download. |
|||
