Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/svenfuchs/silence_log_tailer
- Owner: svenfuchs
- Created: 2010-07-07T09:56:47.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-07T09:57:24.000Z (over 14 years ago)
- Last Synced: 2024-09-23T08:11:25.675Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 serveror
$ SILENCE_LOG_TAILER=foo rails server