Supported versions:
Unsupported versions:
Use the Cassandra logs to help diagnose problems with the cassandra pods.
Logs are a good way to troubleshoot problems with your installation. See also Logging.
You can view Cassandra logs using the kubectl logs command. For example:
kubectl logs -f -n hybrid cassandra-0
You can find the Cassandra log files on the cassandra pod's
filesystem. To view the files, open a shell in a cassandra pod:
kubectl exec -it -n namespace cassandra-pod-name bash
For example:
kubectl exec -it -n hybrid cassandra-0 bash
Once you have the pod shell open, you can find the Cassandra logs under
/opt/apigee/var/log/cassandra/config.log.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-23 UTC.