Skip to content

Commit

Permalink
* Add full_query_logging to featureSet
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey authored and emerkle826 committed Oct 18, 2021
1 parent 7868191 commit ebb5c0e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
public class FeatureSet implements Serializable {

public enum Feature {
ASYNC_SSTABLE_TASKS("async_sstable_tasks");
ASYNC_SSTABLE_TASKS("async_sstable_tasks"),
FULL_QUERY_LOGGING("full_query_logging");

@JsonValue
private String featureName;
Expand All @@ -20,6 +21,7 @@ public enum Feature {
this.featureName = name;
}
}


@JsonProperty(value = "cassandra_version")
private String cassandraVersion;
Expand Down

0 comments on commit ebb5c0e

Please sign in to comment.