Skip to content

Praefect sub-commands: avoid garbage in logs

Pavlo Strokov requested to merge ps-garbage-out-of-sub-cmd into master

The output of the sub-commands needs to be related only to execution of the command. Tracing, Sentry and Prometheus systems do not needed for sql-ping, sql-migrate and dial-nodes sub-commands. Validation of configuration required only by dial-nodes sub-command.

Closes: #2381 (closed)

Merge request reports