Files
scylladb/tools
Kefu Chai ca1828c718 scylla-sstable: print "validate-checksum" result in JSON
instead of printing the result of the "validate-checksum" subcommand
with the logging message, let's print it using JSON. for three reasons:

1. it is simpler to consume the output with other tools and tests.
2. more consistent with other commands.
3. the logging system is used for audit the behavior and for debugging
   purposes, not for building a user-facing command line interface.
4. the behavior should match with the corresponding document. and
   in docs/operating-scylla/admin-tools/scylla-sstable.sst, we claim
   that `validate-checksums` subcommand prints a dict of

   ```
   $ROOT := { "$sstable_path": Bool, ... }
   ```

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#16106
2023-11-22 17:44:07 +02:00
..
2023-10-11 17:29:23 +03:00
2023-11-20 13:55:55 +02:00
2023-11-01 08:08:37 -04:00
2023-09-11 21:38:02 +03:00