Skip to content

Commit ad9b373

Browse files
Fix logger name in GithubActionsInfo (#9809)
1 parent 27bf25e commit ad9b373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/agent-ci-visibility/src/main/java/datadog/trace/civisibility/ci/GithubActionsInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
class GithubActionsInfo implements CIProviderInfo {
2727

28-
private static final Logger LOGGER = LoggerFactory.getLogger(UnknownCIInfo.class);
28+
private static final Logger LOGGER = LoggerFactory.getLogger(GithubActionsInfo.class);
2929

3030
// https://docs.github.com/en/free-pro-team@latest/actions/reference/environment-variables#default-environment-variables
3131
public static final String GHACTIONS = "GITHUB_ACTION";

0 commit comments

Comments
 (0)