10000 Update list logs region tag. (#1278) · Vali5681/java-docs-samples@aec1325 · GitHub
[go: up one dir, main page]

Skip to content

Commit aec1325

Browse files
dzlier-gcpkurtisvg
authored andcommitted
Update list logs region tag. (GoogleCloudPlatform#1278)
1 parent fba8e72 commit aec1325

File tree

1 file changed

+2
-2
lines changed
  • logging/cloud-client/src/main/java/com/example/logging

1 file changed

+2
-2
lines changed

logging/cloud-client/src/main/java/com/example/logging/ListLogs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class ListLogs {
2929

3030
/** Expects an existing Stackdriver log name as an argument. */
3131
public static void main(String... args) throws Exception {
32-
// [START listlogs]
32+
// [START logging_list_log_entries]
3333
// Instantiates a client
3434
LoggingOptions options = LoggingOptions.getDefaultInstance();
3535

@@ -50,6 +50,6 @@ public static void main(String... args) throws Exception {
5050
} while (entries != null);
5151

5252
}
53-
// [END listlogs]
53+
// [END logging_list_log_entries]
5454
}
5555
}

0 commit comments

Comments
 (0)
0