0 votes
in Cassandra by
What are the different Logging levels in Cassandra.

1 Answer

0 votes
by
Below are the logging levels in cassandra:

ALL: All levels including custom levels

TRACE: Designates finer-grained informational events than the DEBUG

DEBUG: Designates fine-grained informational events that are most useful to debug an application

INFO: Designates informational messages that highlight the progress at a coarse-grained level

ARN: Designates potentially harmful situations

ERROR: Designates error events that might still allow the application to continue running

OFF: The highest possible rank and is intended to turn off logging

Related questions

0 votes
asked Feb 3, 2020 in Cassandra by rajeshsharma
0 votes
asked Jan 31, 2020 in Cassandra by MBarbieri
...