#10: set log.level.* is broken.
-------------------------+--------------------------------------------------
  Reporter:  admin       |       Owner:  dbaelde 
      Type:  Bugs        |      Status:  reopened
  Priority:  1           |   Milestone:          
 Component:  Liquidsoap  |     Version:  0.3.3   
Resolution:              |    Keywords:          
-------------------------+--------------------------------------------------
Changes (by mrpingouin):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 This issue does not seem to be actually fixed. Just try the following and
 compare with the same with --debug enabled:
 {{{
 liquidsoap -v 'set("log.level.foo",4)
 out(playlist("~/media/audio",id="foo"))'
 }}}
 The set() fails because "log.level.foo" is (still) unbound.

 BTW, notice the workaround:
 {{{
 liquidsoap -v 'out(playlist("~/media/audio",id="foo"))
 set("log.level.foo",4)'
 }}}

-- 
Ticket URL: <http://savonet.rastageeks.org/ticket/10#comment:7>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !

Répondre à