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
This commit is contained in:
parent
7707e42441
commit
296928ec04
|
@ -184,7 +184,7 @@ GEM
|
||||||
logstash-event (1.2.02)
|
logstash-event (1.2.02)
|
||||||
logstash-logger (0.26.1)
|
logstash-logger (0.26.1)
|
||||||
logstash-event (~> 1.2)
|
logstash-event (~> 1.2)
|
||||||
logster (1.3.0)
|
logster (1.3.1)
|
||||||
loofah (2.2.3)
|
loofah (2.2.3)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
|
|
Loading…
Reference in New Issue