Method: Binnacle::Configuration#rails_verbose_logging

Defined in:
lib/binnacle/configuration.rb

#rails_verbose_loggingObject

Whether to pipe Rails logs as they are (verbose as shit) or just grab action_controller events and single line them (BINNACLE_RAILS_LOG_VERBOSE)



50
51
52
# File 'lib/binnacle/configuration.rb', line 50

def rails_verbose_logging
  @rails_verbose_logging
end