aboutsummaryrefslogtreecommitdiff
path: root/all
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-06 13:12:52 -0700
committerGitHub <noreply@github.com>2018-09-06 13:12:52 -0700
commit831fd8d932738883be3a0bbabb424837a95ed410 (patch)
treea1089947ca03dea5888532d94a9fb53e75bda851 /all
parent33fa631b0901b82a6929f7d75a93d73773488079 (diff)
downloadopencensus-java-831fd8d932738883be3a0bbabb424837a95ed410.tar.gz
Rename opencensus-contrib-log-correlation-log4j artifact/package to use log4j2. (#1411)
This commit renames the artifact to opencensus-contrib-log-correlation-log4j2 and renames the package to io.opencensus.contrib.logcorrelation.log4j2. The name change emphasizes that the artifact only works with Log4j 2 and allows us to add support for other versions of Log4j in the future.
Diffstat (limited to 'all')
-rw-r--r--all/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/all/build.gradle b/all/build.gradle
index 97e98ff1..b8fea898 100644
--- a/all/build.gradle
+++ b/all/build.gradle
@@ -18,7 +18,7 @@ def subprojects = [
project(':opencensus-contrib-grpc-util'),
project(':opencensus-contrib-grpc-metrics'),
project(':opencensus-contrib-http-util'),
- project(':opencensus-contrib-log-correlation-log4j'),
+ project(':opencensus-contrib-log-correlation-log4j2'),
project(':opencensus-contrib-log-correlation-stackdriver'),
project(':opencensus-contrib-monitored-resource-util'),
project(':opencensus-contrib-spring'),
@@ -43,7 +43,7 @@ def subprojects_javadoc = [
project(':opencensus-contrib-grpc-util'),
project(':opencensus-contrib-grpc-metrics'),
project(':opencensus-contrib-http-util'),
- project(':opencensus-contrib-log-correlation-log4j'),
+ project(':opencensus-contrib-log-correlation-log4j2'),
project(':opencensus-contrib-log-correlation-stackdriver'),
project(':opencensus-contrib-monitored-resource-util'),
project(':opencensus-contrib-spring'),