liquidsoap icon indicating copy to clipboard operation
liquidsoap copied to clipboard

Settings deprecation warning in container

Open vitoyucepi opened this issue 10 months ago • 1 comments

Describe the bug The WARNING: "set" is deprecated and will be removed in future version. Please use `settings.path.to.key := value` message doesn't display when running liquidsoap in containers.

To Reproduce

settings.log.level.set(2)
settings.init.allow_root.set(true)

Expected behavior

Liquidsoap should print a warning message.

Version details

  • OS: Debian in docker
  • Version: 2.2.1+git@de9dc76e1

Install method savonet/liquidsoap:rolling-release-v2.2.x

Common issues N/A

vitoyucepi avatar Aug 31 '23 19:08 vitoyucepi

Thanks for reporting. This is weird, I'll have a look at it.

toots avatar Aug 31 '23 22:08 toots