Duncan Webb wrote:
> Hans Meine wrote:
>   
>> On Donnerstag 29 Januar 2009, Duncan Webb wrote:
>>     
>>>> BTW: How do I enable the output of all the _debug_('...', 2) lines?  (I
>>>> tried setting DEBUG and DEBUG_RECORDSERVER to 2, but that did not do the
>>>> trick.)
>>>>         
>>> Have you set?
>>> LOGGING = logging.DEBUG
>>> LOGGING_RECORDSERVER = logging.DEBUG
>>>       
>> Sure.  I am getting all debug output from _debug_('...', DINFO) lines, but 
>> not 
>> from the _debug_('...', 2) ones (which usually contain method calls w/ 
>> params).
>>     
>
> Don't see why you're not getting level 2 debug messages, the full set of
> debugging that I use is:
>
> # Debugging settings
> LOGGING = logging.DEBUG
> LOGGING_RECORDSERVER = logging.DEBUG
> LOGGING_ENCODINGSERVER = logging.DEBUG
> LOGGING_RSSSERVER = logging.DEBUG
> DEBUG_RECORDSERVER = 2
> DEBUG_ENCODINGSERVER = 2
> DEBUG_RSSSERVER = 1
> DEBUG_WEBSERVER = 1
> DEBUG_CHILDAPP = 1
> DEBUG_TIME = 0
> DEBUG = 1
> DEBUG = 2
> DEBUG_STDOUT = 0
> DEBUG_SKIN = 0
> DEBUG_IDLEBAR = 0
> DEBUG_IDLEBAR_FONT = 'tiny0'
> DEBUG_BENCHMARKING = 0
> DEBUG_DEBUGGER = 1
>   
This list is in the wiki now. http://doc.freevo.org/TroubleShooting

John

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to