Skip to content

Commit

Permalink
[pinpoint-apm#11290] log4j2-it, update TraceId check
Browse files Browse the repository at this point in the history
  • Loading branch information
yjqg6666 committed Jul 26, 2024
1 parent 03eaaa8 commit e54b981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void run() {
System.out.println(log);
Assertions.assertNotNull(log, "log null");
Assertions.assertTrue(log.contains(msg), "contains msg");
Assertions.assertTrue(log.contains("TxId"), "contains TxId");
Assertions.assertTrue(log.contains("build.test.0^1"), "contains TxId");

Assertions.assertNotNull(location, "location null");
System.out.println("Log4j2 jar location:" + location);
Expand Down

0 comments on commit e54b981

Please sign in to comment.