mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
cad497655e
commit
535027dfd9
1 changed files with 2 additions and 8 deletions
|
@ -172,14 +172,8 @@ class LogStash::Agent < Clamp::Command
|
|||
|
||||
if [:info, :debug].include?(verbosity?) || debug? || verbose?
|
||||
show_version_ruby
|
||||
|
||||
if RUBY_PLATFORM == "java"
|
||||
show_version_java
|
||||
end
|
||||
|
||||
if [:debug].include?(verbosity?) || debug?
|
||||
show_gems
|
||||
end
|
||||
show_version_java if LogStash::Environment.jruby?
|
||||
show_gems if [:debug].include?(verbosity?) || debug?
|
||||
end
|
||||
end # def show_version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue