0 votes
in Cassandra by
What do you mean by Logging in Cassandra?

1 Answer

0 votes
by

Logs are written to the system.log and debug.log file in the Cassandra logging directory

We can configure logging programmatically or manually. The simplest way to get a picture of what’s happening in your database is to just change the logging level to make the output more verbose, by default it is set at INFO.

Related questions

0 votes
asked Jan 2, 2023 in Cassandra by sharadyadav1986
0 votes
asked Feb 3, 2020 in Cassandra by rajeshsharma
...