Navigation Menu

Skip to content

svenfuchs/silence_log_tailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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


About

Silence rails/server log tailing to console

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages