README.md in logging-remote-syslog-0.0.2 vs README.md in logging-remote-syslog-0.0.3

- old
+ new

@@ -17,10 +17,16 @@ Or install it yourself as: ``` $ gem install logging-remote-syslog ``` +## Options +:ident - [String] The identity of the sender +:syslog_server [String] - The syslog server +:strip_colors [True|False] - Some loggers like shell colors, should we remove them? +:facility [String] - Something like local6 + ## Usage ``` require 'logging' require 'logging/remote-syslog' @@ -38,9 +44,12 @@ ## Tests ``` rake ``` + +## Change Log +0.0.3 - Strip ANSI shell codes by default ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)