No commit activity in last 3 years
No release in over 3 years
Silence rails/server log tailing to console.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme
Silences Rails::Rack::LogTailer from tailing everything to the console.

# Gemfile
gem 'silence_log_tailer'

Enable by setting anything to the SILENCE_LOG_TAILER environment variable:

$ echo "export SILENCE_LOG_TAILER=stfu" >> ~/.zprofile
$ source ~/.zprofile
$ rails server

or

$ SILENCE_LOG_TAILER=foo rails server