Skip to content

Commit ca1c773

Browse files
committed
logging
1 parent 005c0a3 commit ca1c773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CodeQLToolkit.Features/CodeQL/Commands/Targets/InstallCommand.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public override void Run()
3030
installation.Install();
3131

3232
// set the environment variable
33+
Log<InstallCommand>.G().LogInformation($"Setting QLT_CODEQL_HOME to {installation.CodeQLHome}...");
34+
Log<InstallCommand>.G().LogInformation($"Setting QLT_CODEQL_PATH to {installation.CodeQLToolBinary}...");
35+
3336
Environment.SetEnvironmentVariable("QLT_CODEQL_HOME", installation.CodeQLHome);
3437
Environment.SetEnvironmentVariable("QLT_CODEQL_PATH", installation.CodeQLToolBinary);
3538

0 commit comments

Comments
 (0)