smiklosovic commented on a change in pull request #721:
URL: https://github.com/apache/cassandra/pull/721#discussion_r479117551



##########
File path: src/java/org/apache/cassandra/fql/FullQueryLogger.java
##########
@@ -117,6 +120,30 @@ public synchronized void enable(Path path, String 
rollCycle, boolean blocking, i
         }
     }
 
+    public FullQueryLoggerOptions getFullQueryLoggerOptions()
+    {
+        if (isEnabled())
+        {
+            final FullQueryLoggerOptions options = new 
FullQueryLoggerOptions();
+            final BinLogOptions binLogOptions = binLog.getBinLogOptions();
+
+            options.archive_command = binLogOptions.archive_command;

Review comment:
       @dcapwell tell me if you want a static method in FQLO to do this, I am 
fine with this one but everybody has different taste when it comes to coding, I 
cant guess how you code.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to