disableauditlog — 감사 로그 비활성화
disableauditlog — 감사 로그 비활성화
nodetool disableauditlog 명령은 노드의 감사 로그(audit log)를 비활성화하는 명령이에요.
본문
disableauditlog는 감사 로깅을 끄고 싶을 때 써요. 반대로 켜려면 enableauditlog 명령을 사용하면 돼요. 아래는 완전한 사용법이에요.
NAME
nodetool disableauditlog - Disable the audit 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>)] disableauditlog
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 enableauditlog — 감사 로그 활성화
- 감사 로깅 — 감사 로그 설정