mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
Currently the validate command uses the logger to output the result of validation. This is inconsistent with other commands which all write their output to stdout and log any additional information/errors to stderr. This patch updates the validate command to do the same. While at it, remove the "Validating..." message, it is not useful.