lograge
lograge copied to clipboard
is it possible to disable default SQL logging?
the solution so far can find is to set the logging level to info, but that means at the same time I can't see my debug log anymore, such as Rails.logger.debug "#{variable A}", is it possible to implement this ?
Why don't you use Rails.logger.info("#{variableA}")?