mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 03:30:49 +00:00
This patch adds the get_loggin_level command that returns a map between the log name and its level. To test the API do: curl -X GET "http://localhost:10000/storage_service/logging_level" this would enable the `nodetool getlogginglevels` command. Signed-off-by: Amnon Heiman <amnon@scylladb.com> Message-Id: <1453365106-27294-3-git-send-email-amnon@scylladb.com>