Repository: logging-log4j2 Updated Branches: refs/heads/master 150ed413d -> d8a9cd49f
Update project name in instructions to match artifactId. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d8a9cd49 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d8a9cd49 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d8a9cd49 Branch: refs/heads/master Commit: d8a9cd49f0f014dfda4f704c30ca876fbb23c0dc Parents: 150ed41 Author: Gary Gregory <[email protected]> Authored: Wed Jan 17 12:57:40 2018 -0700 Committer: Gary Gregory <[email protected]> Committed: Wed Jan 17 12:57:40 2018 -0700 ---------------------------------------------------------------------- log4j-samples/log4j-samples-flume-embedded/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d8a9cd49/log4j-samples/log4j-samples-flume-embedded/README.txt ---------------------------------------------------------------------- diff --git a/log4j-samples/log4j-samples-flume-embedded/README.txt b/log4j-samples/log4j-samples-flume-embedded/README.txt index 081afe2..31bbe0e 100644 --- a/log4j-samples/log4j-samples-flume-embedded/README.txt +++ b/log4j-samples/log4j-samples-flume-embedded/README.txt @@ -4,7 +4,7 @@ This sample uses the classes in the sample flume-common project. It will randoml and send them to Flume. At the same time it will intermix some random non-audit events. To run this sample: -1. Run "mvn install" on the flume-common project. +1. Run "mvn install" on the log4j-samples-flume-common project. 2. Download and install Flume. 3. Copy the flume-conf.properties in src/main/resources/flume/conf to the conf directory of where Flume was installed. 4. In a terminal window start flume using "bin/flume-ng agent --conf ./conf/ -f conf/flume-conf.properties -Dflume.root.logger=DEBUG,console -n agent"
