savonet / liquidsoap

Liquidsoap is a statically typed scripting general-purpose language with dedicated operators and backend for all thing media, streaming, file generation, automation, HTTP backend and more.
http://liquidsoap.info
GNU General Public License v2.0
1.41k stars 130 forks source link

Settings deprecation warning in container #3375

Open vitoyucepi opened 1 year ago

vitoyucepi commented 1 year ago

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

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

Common issues N/A

toots commented 1 year ago

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