Changes between Version 128 and Version 129 of Faq


Ignore:
Timestamp:
04/13/2010 03:40:04 PM (14 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v128 v129  
    256256}}} 
    257257 
     258 
    258259== How do I stop the daemon ? == 
    259260 
     
    398399If you are on Windows, the debug logs are located in your [wiki:Faq#WheredoesDelugestoreitssettings settings folder] under the names "deluged.log" and "deluge.log". 
    399400 
    400 If you are in Linux, see [wiki:Faq#HowdoIstartthedaemonwithloggingenabled] 
     401If you are in Linux, see [wiki:Faq#EnableDelugeLogging Enable Deluge Logging] below 
    401402 
    402403If you are pasting the log on the forums, please use the [code]![/code] tags. 
    403404 
    404405If you are pasting the log on IRC, please use http://dpaste.com or http://pastebin.com or something similar. 
     406 
     407== Enable Deluge Logging == 
     408To enable logging run deluge from a shell with the following options. 
     409These also apply to [wiki:Faq#HowdoIstartthedaemonwithloggingenabled deluged], deluge-gtk, deluge-web & deluge-console 
     410 
     411=== Logging to shell === 
     412{{{ 
     413deluge -L <loglevel> 
     414}}} 
     415=== Logging to file === 
     416{{{ 
     417deluge -L <loglevel> -l <logfile> 
     418}}} 
     419 
     420=== Available Log levels === 
     421  ''none'', ''critical'', ''error'', ''warning'',  ''info'',  ''debug''