You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
This project id is retrieved from authentication workflow and is not necessary the same with the needed log destination. There also cases when the destination should be other than a project
Currently, the set of WriteOption options is limited to
java-logging/google-cloud-logging/src/main/java/com/google/cloud/logging/Logging.java
Lines 69 to 72 in 9d0e7a2
and does not allow to customize log name. The location of the log is produced based on the project id which is taken from the logging client options:
java-logging/google-cloud-logging/src/main/java/com/google/cloud/logging/LoggingImpl.java
Lines 741 to 746 in 9d0e7a2
This project id is retrieved from authentication workflow and is not necessary the same with the needed log destination. There also cases when the destination should be other than a project