Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svenfuchs/silence_log_tailer

Silence rails/server log tailing to console
https://github.com/svenfuchs/silence_log_tailer

Last synced: 12 days ago
JSON representation

Silence rails/server log tailing to console

Awesome Lists containing this 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