tcp_syslog

Rails TCP syslog logger. This logger sends logs to syslog using TCP instead of UDP. This is much less efficient than logging to file, but required sometimes in large architectures.

Usage

Installation

Use bundle to install :

gem 'tcp_syslog'

Configuration

Add this line to your rails configuration :

config.logger = TcpSyslog.new(:progname => 'your_rails_app_name')

Options are detailled in doc.

Contributing to tcp_syslog

Copyright © 2011 Tech-Angels SAS. See LICENSE.txt for further details.