Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit fc8fa85

Browse files
committed
docs: redirect users to google-cloud-java
1 parent faa3166 commit fc8fa85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**_THIS REPOSITORY IS DEPRECATED. ALL OF ITS CONTENT AND HISTORY HAS BEEN MOVED TO [GOOGLE-CLOUD-JAVA](https://github.com/googleapis/google-cloud-java/tree/main/java-logging)_**
2+
13
# Google Cloud Logging Client for Java
24

35
Java idiomatic client for [Cloud Logging][product-docs].

owlbot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
s.remove_staging_dirs()
9090
java.common_templates(
9191
excludes=[
92+
"README.md",
9293
".gitignore",
9394
".github/CODEOWNERS",
9495
".github/blunderbuss.yml",
@@ -125,4 +126,4 @@ def append_new_content(src: str, dest: str):
125126
for name in files:
126127
if name == "common.cfg":
127128
file_path = os.path.join(path, name)
128-
append_new_content(".kokoro/common_env_vars.cfg", file_path)
129+
append_new_content(".kokoro/common_env_vars.cfg", file_path)

0 commit comments

Comments
 (0)