Skip to content

Commit

Permalink
- fix logstash-web / LOGSTASH-129
Browse files Browse the repository at this point in the history
  • Loading branch information
jordansissel committed Aug 17, 2011
1 parent c4b857f commit f6940e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/logstash-web
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ $: << File.dirname($0) + "/../test"
require "rubygems"
require "logstash/loadlibs"
require "logstash/web/server"
require "logstash/runner"

ARGV.unshift("web")
LogStash::Runner.new.main(ARGV)

0 comments on commit f6940e4

Please sign in to comment.