mirror of https://github.com/apache/cassandra
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
NAME
|
|
nodetool setlogginglevel - Set the log level threshold for a given
|
|
component or class. Will reset to the initial configuration if called
|
|
with no parameters.
|
|
|
|
SYNOPSIS
|
|
nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
|
|
[(-pw <password> | --password <password>)]
|
|
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
|
|
[(-u <username> | --username <username>)] setlogginglevel [--]
|
|
<component|class> <level>
|
|
|
|
OPTIONS
|
|
-h <host>, --host <host>
|
|
Node hostname or ip address
|
|
|
|
-p <port>, --port <port>
|
|
Remote jmx agent port number
|
|
|
|
-pw <password>, --password <password>
|
|
Remote jmx agent password
|
|
|
|
-pwf <passwordFilePath>, --password-file <passwordFilePath>
|
|
Path to the JMX password file
|
|
|
|
-u <username>, --username <username>
|
|
Remote jmx agent username
|
|
|
|
--
|
|
This option can be used to separate command-line options from the
|
|
list of argument, (useful when arguments might be mistaken for
|
|
command-line options
|
|
|
|
<component|class> <level>
|
|
The component or class to change the level for and the log level
|
|
threshold to set. Will reset to initial level if omitted. Available
|
|
components: bootstrap, compaction, repair, streaming, cql, ring
|