[ 
https://issues.apache.org/jira/browse/CASSANDRA-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pedro GUilherme Rafael updated CASSANDRA-3562:
----------------------------------------------

    Comment: was deleted

(was: Index: src/java/org/apache/cassandra/service/StorageProxy.java
===================================================================
--- src/java/org/apache/cassandra/service/StorageProxy.java     (revision 
1209248)
+++ src/java/org/apache/cassandra/service/StorageProxy.java     (working copy)
@@ -812,7 +812,7 @@
     throws IOException, UnavailableException, TimeoutException
     {
         if (logger.isDebugEnabled())
-            logger.debug(command.toString());
+            logger.debug("Command/ConsistencyLevel is {}/{}", 
command.toString(), consistency_level);
         long startTime = System.nanoTime();
         List<Row> rows;
         // now scan until we have enough results)
    
> StorageProxy log improvement for RangeSlice (CL)
> ------------------------------------------------
>
>                 Key: CASSANDRA-3562
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3562
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Pedro GUilherme Rafael
>            Priority: Minor
>
> Add ConsistencyLevel log (debug level) for range slice command in 
> StorageProxy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to