此内容没有您所选择的语言版本。
9.6. Enabling Debug Mode for the Storage Node
- On the storage node machine, stop the storage node.
[root@node ~]# serverRoot/jon-server-3.2.GA/bin/rhqctl.sh stop --storage - Open the storage node's
log4j-server.propertiesfile.[root@server ~]# vim serverRoot/jon-server-3.2.GA/rhq-storage/conf/log4j-server.properties - Add or edit the lines for the log threshold property (
log4j.appender.R.Threshold) and the apache property (log4j.logger.org.apache.cassandra) to enable debug logging.log4j.appender.R.Threshold=DEBUG log4j.logger.org.apache.cassandra=DEBUG - Restart the storage node.
[root@node ~]# serverRoot/jon-server-3.2.GA/bin/rhqctl start --storage