Writes to syslog with user defined params
A drop-in replacement for the Rails 3 default BufferedLogger library, that logs to syslog instead of a log file. Builds on the syslogger gem.
This allows you to set some nice default syslog configuration options for your rails environment, using syslog for all production and development environments, except your local development environment. Set the environment variable "RAILS_DEV" to "true" to not use sysloger.
Syslogger that makes your life greener
A really simple syslogging utility based on syslogger gem