HomeClusterLabs Projects

Low: tools: Remove crm_log_args() calls from cibadmin

Description

Low: tools: Remove crm_log_args() calls from cibadmin

Currently the crm_log_args() calls don't even work. It logs at notice
level, but the cibadmin log level is always crit at that point. The
verbose flags have not yet bumped the log level.

It's not hard to fix that by logging args (if appropriate) after bumping
the log level, but it clutters the code for no apparent benefit. The
only place it will ever be logged is to stderr when manually running
cibadmin with four or more -V flags, or possibly by resource agents.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Nov 23 2022, 4:11 PM
Parents
rPf5fa5ab4918c: Low: tools: Remove option-setting trace messages in cibadmin
Branches
Unknown
Tags
Unknown