Project

antisyslog

0.0
No commit activity in last 3 years
No release in over 3 years
A totally non-compliant syslog Rails logger
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

antisyslog

Rails logger forked from remote_syslog_logger and syslog_protocol.

  • Transmit via TCP by default (toggle via protocol option)
  • No line splitting (use split_lines to override)
  • No message truncation (not RFC-compliant)

Usage:

config.logger = AntiSyslogLogger.new('syslog.domain.com', 514, :protocol => 'udp', :split_lines => true, :program => "rails-#{RAILS_ENV}", :local_hostname => "optional_hostname")