Skip to content

Commit 887effd

Browse files
committed
update
1 parent b156d25 commit 887effd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/tencent-log4j2-example/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TENCENT_SECRET_ID=your_tencent_secret_id
33
TENCENT_SECRET_KEY=your_tencent_secret_key
44

5-
# Required: TraceRoot APM trace token (for Tencent provider)
5+
# Required: Tencent APM trace token (for Tencent trace provider)
66
TRACE_TOKEN=your_trace_token
77

88
# Optional: Tencent Cloud CLS logset name (like AWS log group)

examples/tencent-logback-example/src/main/java/com/example/StandaloneExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private static void initializeTraceRoot() {
8080
tencentCredentials.setLogset(
8181
System.getenv("TENCENT_LOGSET")); // Optional: CLS logset name (like AWS log group)
8282
tencentCredentials.setTraceToken(
83-
System.getenv("TRACE_TOKEN")); // Required: APM trace token for authentication
83+
System.getenv("TRACE_TOKEN")); // Required: Tencent APM trace token for authentication
8484

8585
// Set credentials on config
8686
config.setTencentCredentials(tencentCredentials);

0 commit comments

Comments
 (0)