Project

sqlogger

0.0
No commit activity in last 3 years
No release in over 3 years
Collect 'ActiveRecord sql query' to monitoring system(s).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1.0
 Project Readme

MIT licensed Gem Version Build Status Code Climate Test Coverage Issue Count

Sqlogger

Collect 'ActiveRecord sql query' to monitoring system(s).

send sql-log to elasticsearch

Dependency

Currently supports Rails 3.1.0 and upper.
Tested minor version between 3.1.0 and 5.1.0beta1

Installation

Add this line to your application's Gemfile:

gem 'sqlogger', group: :development

And then execute in Rails Project root directory:

$ bundle
$ rake sqlogger:install

Usage

edit sqlogger setting file in config/initializers/sqlogger.rb.

Contributing

git-flow.