Ticket #10 (closed Bugs: fixed)

Opened 3 years ago

Last modified 2 weeks ago

set log.level.* is broken.

Reported by: admin Owned by: dbaelde
Priority: 1 Milestone:
Component: Liquidsoap Version: 0.3.3
Keywords: Cc:
Mac OSX: Linux:
NetBSD: Other Operating System:
FreeBSD:

Description

set log.level.* is broken. (from TODO)

Change History

Changed 3 years ago by admin

  • owner set to admin
  • component changed from None to Liquidsoap

Changed 3 years ago by admin

  • status changed from new to assigned

Changed 3 years ago by admin

  • version set to 0.3.3

Changed 3 years ago by toots

  • owner changed from admin to dbaelde
  • status changed from assigned to new

Changed 3 years ago by toots

  • milestone 0.3.4 deleted

Changed 3 years ago by sgimenez

  • status changed from new to closed
  • resolution set to fixed

(In [4774]) - fix: bring expected behaviour to log.level.* (shoud fix #10).

Changed 3 years ago by mrpingouin

  • status changed from closed to reopened
  • resolution fixed deleted

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)'

Changed 16 months ago by toots

Hi !

Apparently, this is still broken. Here is what I get with the above working example:

2009/05/14 15:21:31 [lang:2] WARNING: there is no configuration key named "log.level.foo"!

Changed 2 weeks ago by sgimenez

  • status changed from reopened to closed
  • resolution set to fixed

(In [4774]) - fix: bring expected behaviour to log.level.* (shoud fix #10).

Changed 2 weeks ago by sgimenez

(In [4774]) - fix: bring expected behaviour to log.level.* (shoud fix #10).

Changed 2 weeks ago by sgimenez

(In [4774]) - fix: bring expected behaviour to log.level.* (shoud fix #10).

Note: See TracTickets for help on using tickets.