disablefullquerylog — 전체 쿼리 로그 비활성화
disablefullquerylog — 전체 쿼리 로그 비활성화
nodetool disablefullquerylog 명령은 전체 쿼리 로그(full query log, FQL)를 비활성화하는 명령이에요.
본문
disablefullquerylog는 모든 쿼리를 기록하는 전체 쿼리 로그를 끄는 명령이에요. 디버깅이나 감사 목적으로 일시적으로 켜두었다가 끌 때 사용해요. 아래는 완전한 사용법이에요.
NAME
nodetool disablefullquerylog - Disable the full query log
SYNOPSIS
nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
[(-pp | --print-port)] [(-pw <password> | --password <password>)]
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
[(-u <username> | --username <username>)] disablefullquerylog
OPTIONS
-h <host>, --host <host>
Node hostname or ip address
-p <port>, --port <port>
Remote jmx agent port number
-pp, --print-port
Operate in 4.0 mode with hosts disambiguated by 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
더 알아보기 (Learn more)
- nodetool enablefullquerylog — 전체 쿼리 로그 활성화
- nodetool getfullquerylog — 전체 쿼리 로그 상태 확인