mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fix syntax
This commit is contained in:
parent
5cb19a59d4
commit
9c2008bc1e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class LogStash::Logger < Logger
|
|||
debug [ "awesome_print not found, falling back to Object#inspect." \
|
||||
"If you want prettier log output, run 'gem install "\
|
||||
"awesome_print'",
|
||||
{ :exception @@notify_awesome_print_load_failed }]
|
||||
{ :exception => @@notify_awesome_print_load_failed }]
|
||||
|
||||
# Only show this once.
|
||||
@@notify_awesome_print_load_failed = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue