lib/ratis/config.rb in ratis-2.5.2.4 vs lib/ratis/config.rb in ratis-2.5.2.5
- old
+ new
@@ -1,9 +1,9 @@
module Ratis
class Config
- attr_accessor :endpoint, :namespace, :proxy, :timeout
+ attr_accessor :endpoint, :namespace, :proxy, :timeout, :log, :log_level
def valid?
return false if endpoint.nil? or namespace.nil?
return false if endpoint.empty? or namespace.empty?
true