#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

RubyVM::InstructionSequence.compile_option = {trace_instruction: false} rescue nil

here = File.dirname(__FILE__)
$LOAD_PATH << File.expand_path(File.join(here, '..', 'lib'))
require 'fluent/command/fluentd'
