A small tool which generates bogus syslog-formatted data for testing your logger configuration.
Install it by running:
$ gem install syslog_generator
After installing, simply run loggen
. By default, it will send 100 lines of
nonsense to your local machine on port 514/UDP, the standard syslog port.
Append --help
for full usage information, including customizing the amount
of data sent, ports to use, and other specifics.
- Fork it ( https://github.com/Karunamon/syslog_generator/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request