Feature #78
Log files, verbosity and how to shut 'em up
| Status: | New | Start date: | 06/20/2009 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | Spent time: | - | |
| Target version: | v0.2 |
Description
Log files are filling up fast. Each query that looks for Tweets makes an entry. Here's one way to deal with that:
ActiveRecord::Base.logger.level = 5
http://groups.google.com/group/rufus-ruby/browse_thread/thread/d2f168a6c914fb10#
... which isn't 100% perfect but worth a looking into.
History
Updated by Matt Platte about 2 years ago
- Subject changed from Rolling log files to Log files, verbosity and how to shut 'em up
Updated by Matt Platte over 1 year ago
- Priority changed from Normal to High
Wholly rolly crap! Any idea how huge the log file collection can get in a year? What is doing the log-rolling anyhow??