Error: No such command "create_logging_config"

Hi,
I try to install v2.2.2 and get the follow error:

(.venv) [indico@indico-server ~]$ indico setup create_logging_config
Usage: indico setup [OPTIONS] COMMAND [ARGS]...
Try "indico setup --help" for help.

Error: No such command "create_logging_config".

But this command is still in the help

(.venv) [indico@indico-server ~]$ indico setup --help
Usage: indico setup [OPTIONS] COMMAND [ARGS]...

  Setup Indico.

Options:
  --help  Show this message and exit.

Commands:
  **create-logging-config  Creates the default logging config file for Indico.**
  create-symlinks        Creates useful symlinks to run Indico from a...
  list-plugins           Lists the available indico plugins.
  wizard                 Runs a setup wizard to configure Indico from...

I used this in v2.1.9 to install a new indico instance.

It’s indico setup create-logging-config now (with dashes instead of underscores). Did you find the old spelling in any documentation? I thought I updated it everywhere…

Thanks,

I used my ansible script and I did a copy/paste for test. I did not realize the -/_ difference.

Juan