Method: Cequel::Metal::RequestLogger#initialize

Defined in:
lib/cequel/metal/request_logger.rb

#initializeRequestLogger

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of RequestLogger.

Since:

  • 1.0.0



17
18
19
# File 'lib/cequel/metal/request_logger.rb', line 17

def initialize
  self.slowlog_threshold = 2000
end