Skip to content

Commit

Permalink
root_dir is another new configuration key
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Dec 19, 2016
1 parent dd5c61d commit 553f8aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugin/test_in_monitor_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ def test_configure
"config_path" => "/etc/fluent/fluent.conf",
"pid_file" => nil,
"plugin_dirs" => ["/etc/fluent/plugin"],
"log_path" => nil
"log_path" => nil,
"root_dir" => nil,
}
assert_equal(expected_opts, d.instance.fluentd_opts)
end
Expand Down

0 comments on commit 553f8aa

Please sign in to comment.