From 9cf380eb522d1ea140add9db77cead2ff44e207d Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 13 Sep 2018 20:27:24 -0400 Subject: [PATCH 1/3] add google-cloud-logging to README --- google-cloud-clients/google-cloud-contrib/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/google-cloud-clients/google-cloud-contrib/README.md b/google-cloud-clients/google-cloud-contrib/README.md index fc6038e4f18f..08f0c82edb14 100644 --- a/google-cloud-clients/google-cloud-contrib/README.md +++ b/google-cloud-clients/google-cloud-contrib/README.md @@ -12,6 +12,7 @@ Packages that provide higher-level abstraction/functionality for common Google C Contents -------- + * [google-cloud-logging](./google-cloud-logging) Logback appender for Google Cloud Logging. * [google-cloud-nio](./google-cloud-nio/): NIO Filesystem Provider for Google Cloud Storage. * [google-cloud-nio-examples](./google-cloud-nio-examples/): How to add Google Cloud Storage NIO after the fact. From 76794e7d47fe2a4015bcfeaead3478f1a855bdcf Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 14 Sep 2018 15:06:42 -0400 Subject: [PATCH 2/3] add logback --- google-cloud-clients/google-cloud-contrib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-contrib/README.md b/google-cloud-clients/google-cloud-contrib/README.md index 08f0c82edb14..c1c0b5f6e73d 100644 --- a/google-cloud-clients/google-cloud-contrib/README.md +++ b/google-cloud-clients/google-cloud-contrib/README.md @@ -12,7 +12,7 @@ Packages that provide higher-level abstraction/functionality for common Google C Contents -------- - * [google-cloud-logging](./google-cloud-logging) Logback appender for Google Cloud Logging. + * [google-cloud-logging-logback](./google-cloud-logging-logback) Logback appender for Google Cloud Logging. * [google-cloud-nio](./google-cloud-nio/): NIO Filesystem Provider for Google Cloud Storage. * [google-cloud-nio-examples](./google-cloud-nio-examples/): How to add Google Cloud Storage NIO after the fact. From 542001692c74596acefcca13f635868e01b1c2d4 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 14 Sep 2018 15:10:03 -0400 Subject: [PATCH 3/3] add colon --- google-cloud-clients/google-cloud-contrib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-contrib/README.md b/google-cloud-clients/google-cloud-contrib/README.md index c1c0b5f6e73d..41db3d999b28 100644 --- a/google-cloud-clients/google-cloud-contrib/README.md +++ b/google-cloud-clients/google-cloud-contrib/README.md @@ -12,7 +12,7 @@ Packages that provide higher-level abstraction/functionality for common Google C Contents -------- - * [google-cloud-logging-logback](./google-cloud-logging-logback) Logback appender for Google Cloud Logging. + * [google-cloud-logging-logback](./google-cloud-logging-logback): Logback appender for Google Cloud Logging. * [google-cloud-nio](./google-cloud-nio/): NIO Filesystem Provider for Google Cloud Storage. * [google-cloud-nio-examples](./google-cloud-nio-examples/): How to add Google Cloud Storage NIO after the fact.