Skip to content

Commit 8a93aaa

Browse files
authored
chore(fix): fix region tag (#674)
replace incorrect region tag in the sample code.
1 parent 8115888 commit 8a93aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/src/main/java/com/example/logging/TailLogEntries.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package com.example.logging;
1818

19-
// [START logging_write_log_entry]
19+
// [START logging_tail_log_entries]
2020
import com.google.cloud.logging.LogEntry;
2121
import com.google.cloud.logging.LogEntryServerStream;
2222
import com.google.cloud.logging.Logging;
@@ -52,4 +52,4 @@ public static void main(String[] args) throws Exception {
5252
}
5353
}
5454
}
55-
// [END logging_write_log_entry]
55+
// [END logging_tail_log_entries]

0 commit comments

Comments
 (0)