Skip to content

Releases: asenchi/scrolls

Black Marble

23 Jan 20:55
Compare
Choose a tag to compare
  • Add support for #log_exception to generate a single log message for the entire exception (including backtrace). Use Scrolls.single_line_exceptions = true to turn on the new behavior.

Siena Marble

17 Jan 06:03
Compare
Choose a tag to compare
  • Fix odd behavior with Scrolls generated timestamps (#49)

Brown Marble

14 Jan 19:24
Compare
Choose a tag to compare
  • Auto-quote values containing commas or colons

Purple Marble

15 Oct 20:44
Compare
Choose a tag to compare
  • Add support for Strings sent to #log
  • Additional work around quoting.

Beige Marble

26 Sep 20:51
Compare
Choose a tag to compare
  • Properly verify whether or not our syslog connection is open.
  • Handle the situation where a syslog facility is changed after we've already connected to syslog.
  • Includes ISO8601 parsing and fix #unparse to use the proper Ruby ISO8601 format.

Grey Marble

14 Sep 03:47
Compare
Choose a tag to compare
  • Clean up Syslog.log() call that could call an ArgumentError.

Green Marble

13 Sep 21:59
Compare
Choose a tag to compare
  • Adds an option to prepend every log line with now=[ISO8601 timestamp]. You can toggle this using Scrolls.add_timestamp = true.
  • Tightens up syslog integration.

White Marble

12 Sep 18:56
Compare
Choose a tag to compare
  • Fix our the program_name for syslog messages.

Orange Marble

11 Sep 14:40
Compare
Choose a tag to compare
  • Adds support for 'syslog' as a stream. The default is still STDOUT.
  • Default syslog configuration sends output to user.info.
  • Adds ability to adjust syslog facility when using Syslog as a stream (must be done prior to specifying stream).

Red Marble

10 Aug 19:27
Compare
Choose a tag to compare
  • Fixes a bug with how we deal with Time objects in parser.