Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 305 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 305 Bytes

Installation

Add this line to your application's Gemfile:

gem 'tagged-lograge-sql'

Usage

In order to enable SQL logging in your application, you'll simply need to add this on top of your lograge initializer:

# config/initializers/lograge
require 'lograge/sql/extension'