I get this warning:
WARNING Packagers: option log_level has 'choices' but has type 'string', use 'select' instead to remove this warning.
e.g.: YunoRunner for CI
But the manifest.toml has this:
[install.log_level] # __LOG_LEVEL__
ask.en = "Logging level"
type = "select"
choices = ["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"]
default = "WARNING"
The type is select and not string. So i didn’t understand the warning.