Skip to content

2.0

Compare
Choose a tag to compare
@j256 j256 released this 31 Dec 00:52
· 27 commits to master since this release
  • Render the log-stream name with the Ec2PatternLayout to support %date and other patterns.
  • Added %uuid, %hostName, %hostAddress, %systemProperty, and %systemEnviron layout patterns.
  • Added support for the handling of event messages larger than 256k. Thanks to @fs-aikito and @alexvanacker.
  • Fixed event race conditions by adding copyEvents setting (default true). Thanks to @fs-aikito.
  • Added printRejectedEvents config setting for sending failed events to stderr.
  • Moved to requiring java 7.