Start adding a java.util.logging demo for opencensus-contrib-log-correlation-stackdriver. by sebright2 · Pull Request #52 · census-ecosystem/opencensus-experiments

@sebright2

…elation-stackdriver.

This commit adds a demo for log correlation using OpenCensus, java.util.logging,
and Stackdriver.  The Java application is the same as the application in census-ecosystem#51,
except that its log statements use java.util.logging instead of SLF4J.

The demo can be run with `./gradlew run` in the
`java/log_correlation/stackdriver/java_util_logging` directory.

@sebright2

@sebright2 sebright2 deleted the java-util-logging-google-cloud-logging-log-correlation-demo branch

July 24, 2018 16:02

rghetia pushed a commit that referenced this pull request

Dec 12, 2018
…elation-stackdriver. (#52)

This commit adds a demo for log correlation using OpenCensus, java.util.logging,
and Stackdriver.  The Java application is the same as the application in #51,
except that its log statements use java.util.logging instead of SLF4J.

The demo can be run with `./gradlew run` in the
`java/log_correlation/stackdriver/java_util_logging` directory.