There was an error while loading. Please reload this page.
1 parent 98c50ac commit eb1aa58Copy full SHA for eb1aa58
lib/logstash/codecs/rubydebug.rb
@@ -11,7 +11,7 @@ class LogStash::Codecs::RubyDebug < LogStash::Codecs::Base
11
config :metadata, :validate => :boolean, :default => false
12
13
# AWESOME_OPTIONS = {:color => {:logstash_timestamp => :green}}
14
- # disabled options, for some reason the timnestamp coloring is boggus only occurs once and is not testable.
+ # disabled options, awesome_print coloring option is buggy and only occurs once and it cannot be tested.
15
AWESOME_OPTIONS = {}
16
17
def register
0 commit comments