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
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-logging/src/main/java/com/google/cloud/logging/TraceLoggingEnhancer.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public TraceLoggingEnhancer(String prefix) {
35
35
/**
36
36
* Set the Trace ID associated with any logging done by the current thread.
37
37
*
38
-
* @param id The traceID
38
+
* @param id The traceID, in the form projects/[PROJECT_ID]/traces/[TRACE_ID]
39
39
*/
40
40
publicstaticvoidsetCurrentTraceId(Stringid) {
41
41
if (id == null) {
@@ -58,7 +58,7 @@ public static String getCurrentTraceId() {
0 commit comments