Send feedback
Cassandra logs
Stay organized with collections
Save and categorize content based on your preferences.
You are currently viewing version 1.8 of the
Apigee hybrid documentation. This version is end of life. You should upgrade to a
newer version. For more information, see
Supported versions .
Version 1.8 (unsupported) keyboard_arrow_down
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 .
Use the logs command
You can view Cassandra logs using the kubectl logs command. For example:
kubectl logs apigee-cassandra-default-0 -n apigee
Viewing logs on the filesystem
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 cassandra_pod_name -n namespace_name -- /bin/bash
For example:
kubectl exec -it apigee-cassandra-default-0 -n apigee -- /bin/bash
Once you have the pod shell open, you can find the Cassandra logs under
/opt/apigee/var/log/cassandra/config.log
.
Send feedback
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 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]