aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-17 16:59:39 -0700
committerGitHub <noreply@github.com>2018-09-17 16:59:39 -0700
commit894199fea7b368228e7c873ea08f94e6fc4f46e7 (patch)
tree8dbc41a06ea1d5452828ec81d03490bfd9ae466c
parent7aab20a9704ceb544bdb01974134c56c7aedc0f2 (diff)
downloadopencensus-java-894199fea7b368228e7c873ea08f94e6fc4f46e7.tar.gz
Update links to Log4j log correlation demo. (#1439)
-rw-r--r--contrib/log_correlation/log4j2/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/log_correlation/log4j2/README.md b/contrib/log_correlation/log4j2/README.md
index 7e629c53..13afc268 100644
--- a/contrib/log_correlation/log4j2/README.md
+++ b/contrib/log_correlation/log4j2/README.md
@@ -17,7 +17,7 @@ ID, span ID, and sampling decision to each `LogEvent`, so that they can be acces
or included in a layout.
See
-https://github.com/census-ecosystem/opencensus-experiments/tree/master/java/log_correlation/log4j
+https://github.com/census-ecosystem/opencensus-experiments/tree/master/java/log_correlation/log4j2
for a demo that uses this library to correlate logs and traces in Stackdriver.
## Instructions
@@ -81,7 +81,7 @@ accessed with the `X` conversion character in
example, `%X{opencensusTraceId}`.
See an example Log4j configuration file in the demo:
-https://github.com/census-ecosystem/opencensus-experiments/tree/master/java/log_correlation/log4j/src/main/resources/log4j2.xml
+https://github.com/census-ecosystem/opencensus-experiments/tree/master/java/log_correlation/log4j2/src/main/resources/log4j2.xml
### Java Versions