We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404c960 commit c80fe9eCopy full SHA for c80fe9e
logging/cloud-client/src/main/java/com/example/logging/QuickstartSample.java
@@ -28,7 +28,8 @@
28
/**
29
* This sample demonstrates writing logs using the Stackdriver Logging API.
30
* The library also offers a java.util.logging Handler `com.google.cloud.logging.LoggingHandler`
31
- * Logback integration is also available : https://goo.gl/DNMoRh
+ * Logback integration is also available :
32
+ * https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-contrib/google-cloud-logging-logback
33
* Using the java.util.logging handler / Logback appender should be preferred to using the API
34
* directly.
35
*/
0 commit comments