Optionalcollapsed?: booleanOptionalfilter?: (cmd: Command) => booleanOptionallevel?: "error" | "warn" | "info" | "debug"Minimum level to log. Ok results log at 'info', failures at 'error'. Default: 'info'.
Optionalbadges?: booleanPrefix the group label with a fixed-width [ OK ] / [ FAIL ] badge. Default: false.
Logger plugin - logs all commands and results
Successful dispatches log at 'info', failed dispatches at 'error'. The default
level: 'info'shows both (unchanged output); raise it to 'warn' or 'error' to hide successful dispatches and only see failures.