aboutsummaryrefslogtreecommitdiff
path: root/contrib/log_correlation/stackdriver/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/log_correlation/stackdriver/README.md')
-rw-r--r--contrib/log_correlation/stackdriver/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/log_correlation/stackdriver/README.md b/contrib/log_correlation/stackdriver/README.md
index b650cc8e..20dc2592 100644
--- a/contrib/log_correlation/stackdriver/README.md
+++ b/contrib/log_correlation/stackdriver/README.md
@@ -106,6 +106,10 @@ It specifies the `LoggingEnhancer` class and sets both optional properties:
</configuration>
```
+See
+https://github.com/census-ecosystem/opencensus-experiments/tree/master/java/log_correlation/stackdriver/logback
+for a full example.
+
#### `java.util.logging` with `google-cloud-logging` `LoggingHandler`
The `LoggingHandler` should already be configured in a logging `.properties` file, as described in
@@ -128,6 +132,10 @@ io.opencensus.contrib.logcorrelation.stackdriver.OpenCensusTraceLoggingEnhancer.
io.opencensus.contrib.logcorrelation.stackdriver.OpenCensusTraceLoggingEnhancer.projectId=my-project-id
```
+See
+https://github.com/census-ecosystem/opencensus-experiments/tree/master/java/log_correlation/stackdriver/java_util_logging
+for a full example.
+
#### Custom `google-cloud-logging` adapter
The `google-cloud-logging` adapter needs to instantiate the `OpenCensusTraceLoggingEnhancer`,