All Versions
44
Latest Version
Avg Release Cycle
47 days
Latest Release
2299 days ago

Changelog History
Page 4

  • v0.10.0 Changes

    • ๐Ÿ‘Œ Support for logging to Kafka. #37
  • v0.9.0 Changes

    • ๐Ÿ‘Œ Support for customizing the fields on all logged messages via configuration. #32
  • v0.8.0 Changes

    • ๐Ÿ‘Œ Support for logging to stderr. #24
    • ๐Ÿ‘Œ Support multiple log outputs. #28
  • v0.7.0 Changes

    • ๐Ÿ‘Œ Support for logging to a generic IO object.
    • ๐Ÿ‘Œ Support for overriding IO in stdout logger. #20
    • ๐Ÿ‘Œ Support for configuring logger with a URI. #22
    • ๐Ÿ‘Œ Support logging any object. #23
  • v0.6.2 Changes

    • ๐Ÿ‘ Allow type to be specified as a string. #19
  • v0.6.1 Changes

    • ๐Ÿ”Š Don't mutate options passed to LogStashLogger. #18
  • v0.6.0 Changes

    • ๐Ÿ‘Œ Support for logging to a file.
    • ๐Ÿ‘Œ Support for logging to a Redis list.
    • ๐Ÿ‘Œ Support for logging to a local Unix socket.
    • ๐Ÿ”ง Railtie supports file logger, using default log path and config.autoflush_log configuration.
    • ๐Ÿ”€ All LogStashLogger types now support a sync option, which controls if each message is automatically flushed.
  • v0.5.0 Changes

    • ๐Ÿ‘Œ Support for tagged logging. The interface was extracted from ActiveSupport::TaggedLogging and outputs to the tags key.
    • ๐Ÿ—„ The (host, port, type) constructor has been deprecated in favor of an options hash constructor.
    • ๐Ÿ‘Œ Support for using SSL for TCP connections.
    • ๐Ÿ‘Œ Support for configuring logger to write to STDOUT.
    • ๐Ÿ‘Œ Support for Rails configuration.
    • ๐Ÿ›  Fixed output to STDOUT in Rails console (Rails 4+).
    • ๐Ÿ”Š host is no longer required for TCP/UDP. It will default to 0.0.0.0, the same default port that logstash listens on.
    • ๐Ÿ”„ Changed event key source to host to match what the latest logstash expects.
    • Output event timestamp consistently even if Time#to_json is overridden.
    • ๐Ÿ”จ Major refactoring which will lead the way to support other log types.
  • v0.4.1 Changes

    • ๐Ÿ›  Fixed support for LogStash::Event v1 format when logging a hash. Extra data now goes to the top level instead of into the @fields key.
  • v0.4.0 Changes

    • ๐Ÿ‘Œ Support for new LogStash::Event v1 format. v0 is supported in 0.3+.