From 296928ec04905e30c717df6e6c06d750345fee52 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 13 Nov 2018 16:06:06 +1100 Subject: [PATCH] FIX: update logster to handle logging of invalid encoding strings Previously if a string had invalid encoding we would explode and log to STDERR, this often goes lost, instead logster now scrubs as needed --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cbd65f503ca..510332e0ab8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM logstash-event (1.2.02) logstash-logger (0.26.1) logstash-event (~> 1.2) - logster (1.3.0) + logster (1.3.1) loofah (2.2.3) crass (~> 1.0.2) nokogiri (>= 1.5.9)