Description
The Flume User Guide provides the following example in the Setup/A simple example section:
$ bin/flume-ng agent --conf-file example.conf --name a1 \ -Dflume.root.logger=INFO,console
Actual I have also to pass the parameter --conf conf/ to flume-ng to run the given example properly.