[[["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-08-26 UTC."],[[["\u003cp\u003eVersion 1.1 of the Apigee hybrid documentation is end of life, and users should upgrade to a newer version.\u003c/p\u003e\n"],["\u003cp\u003eCassandra logs are useful for diagnosing issues with the \u003ccode\u003ecassandra\u003c/code\u003e pods in the hybrid environment.\u003c/p\u003e\n"],["\u003cp\u003eYou can view Cassandra logs using the \u003ccode\u003ekubectl logs\u003c/code\u003e command, for example, \u003ccode\u003ekubectl logs -f -n hybrid cassandra-0\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCassandra log files can also be found on the \u003ccode\u003ecassandra\u003c/code\u003e pod's filesystem, specifically under \u003ccode\u003e/opt/apigee/var/log/cassandra/config.log\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Cassandra logs\n\n| You are currently viewing version 1.1 of the Apigee hybrid documentation. **This version is end of life.** You should upgrade to a newer version. For more information, see [Supported versions](/apigee/docs/hybrid/supported-platforms#supported-versions).\n\nUse the Cassandra logs to help diagnose problems with the `cassandra` pods.\n\n\nLogs are a good way to troubleshoot problems with your installation. See also\n[Logging](/apigee/docs/hybrid/v1.1/logging).\n\nUse the logs command\n--------------------\n\n\nYou can view Cassandra logs using the kubectl logs command. For example: \n\n```\nkubectl logs -f -n hybrid cassandra-0\n```\n\nViewing logs on the filesystem\n------------------------------\n\n\nYou can find the Cassandra log files on the `cassandra` pod's\nfilesystem. To view the files, open a shell in a `cassandra` pod: \n\n```\nkubectl exec -it -n namespace cassandra-pod-name bash\n```\n\nFor example: \n\n```\nkubectl exec -it -n hybrid cassandra-0 bash\n```\n\nOnce you have the pod shell open, you can find the Cassandra logs under\n\n`/opt/apigee/var/log/cassandra/config.log`."]]