logstash-lite 0.2.20101123133737 → 0.2.20101123134625

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/logstash/logging.rb +1 -1
  2. metadata +3 -3
@@ -30,7 +30,7 @@ class LogStash::Logger < Logger
30
30
  debug [ "awesome_print not found, falling back to Object#inspect." \
31
31
  "If you want prettier log output, run 'gem install "\
32
32
  "awesome_print'",
33
- { :exception @@notify_awesome_print_load_failed }]
33
+ { :exception => @@notify_awesome_print_load_failed }]
34
34
 
35
35
  # Only show this once.
36
36
  @@notify_awesome_print_load_failed = nil
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-lite
3
3
  version: !ruby/object:Gem::Version
4
- hash: 40202246267461
4
+ hash: 40202246269269
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 20101123133737
10
- version: 0.2.20101123133737
9
+ - 20101123134625
10
+ version: 0.2.20101123134625
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Sissel