Changes between Version 128 and Version 129 of Faq
- Timestamp:
- 04/13/2010 03:40:04 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Faq
v128 v129 256 256 }}} 257 257 258 258 259 == How do I stop the daemon ? == 259 260 … … 398 399 If you are on Windows, the debug logs are located in your [wiki:Faq#WheredoesDelugestoreitssettings settings folder] under the names "deluged.log" and "deluge.log". 399 400 400 If you are in Linux, see [wiki:Faq# HowdoIstartthedaemonwithloggingenabled]401 If you are in Linux, see [wiki:Faq#EnableDelugeLogging Enable Deluge Logging] below 401 402 402 403 If you are pasting the log on the forums, please use the [code]![/code] tags. 403 404 404 405 If you are pasting the log on IRC, please use http://dpaste.com or http://pastebin.com or something similar. 406 407 == Enable Deluge Logging == 408 To enable logging run deluge from a shell with the following options. 409 These also apply to [wiki:Faq#HowdoIstartthedaemonwithloggingenabled deluged], deluge-gtk, deluge-web & deluge-console 410 411 === Logging to shell === 412 {{{ 413 deluge -L <loglevel> 414 }}} 415 === Logging to file === 416 {{{ 417 deluge -L <loglevel> -l <logfile> 418 }}} 419 420 === Available Log levels === 421 ''none'', ''critical'', ''error'', ''warning'', ''info'', ''debug''