We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8115888 commit 8a93aaaCopy full SHA for 8a93aaa
samples/snippets/src/main/java/com/example/logging/TailLogEntries.java
@@ -16,7 +16,7 @@
16
17
package com.example.logging;
18
19
-// [START logging_write_log_entry]
+// [START logging_tail_log_entries]
20
import com.google.cloud.logging.LogEntry;
21
import com.google.cloud.logging.LogEntryServerStream;
22
import com.google.cloud.logging.Logging;
@@ -52,4 +52,4 @@ public static void main(String[] args) throws Exception {
52
}
53
54
55
-// [END logging_write_log_entry]
+// [END logging_tail_log_entries]
0 commit comments