Question-115: Please map the followings

  1. xml
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

 

  1. You can set the log levels and location of the log files in this.
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans : A-1, B-2, C-3, D-4

Exp : You must need to understand the logging mechanism in Cassandra. Let’s start with basic detail.

There are various log levels like “Trace -> Debug -> Info -> Warning -> Error -> OFF (no logging at all) etc.”  So when you set log level as Trace , it would print lot of information which you may not need, once your cluster is operational. When you set the INFO then it would print all the information, warnings and Errors if there are any in the cluster. If you set Error then it would print only Errors.

You can access to full explanation to question and answer from this page.