Migrate Logstash to Log4j2 Logging (#5651)

Migrate to use Log4j2 for Logstash logging
This commit is contained in:
Tal Levy 2016-08-25 10:30:22 -07:00 committed by Suyog Rao
parent 1464731939
commit b545b83390
62 changed files with 792 additions and 516 deletions

View file

@ -3,7 +3,6 @@
require "logstash/namespace"
require "logstash/json"
require "logstash/string_interpolation"
require "cabin"
# transcient pipeline events for normal in-flow signaling as opposed to
# flow altering exceptions. for now having base classes is adequate and