- Remove `mara print_config` command (moved to mara-config package).
- Allow for click.Group packages to keep their original name.
This allows for packages to set a shorter name and provide the
rest of their commands as subcommands. This should be used
sparingly, as this has the danger of submitting two
subcommands under the same name (which results in a
`RuntimeError`)
- Remove the '--log-to-syslog' option (was unused)
Required changes:
* Adjust scripts which used `mara print_config` to use
`mara config print`.