We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8263d2 commit d202c5cCopy full SHA for d202c5c
1 file changed
stalker-gamma-cli/Commands/Config.cs
@@ -32,6 +32,7 @@ public void Info()
32
return;
33
}
34
35
+ _logger.Information("Settings Path: {Path}", CliSettings.SettingsPath);
36
_logger.Information("{Profile}", foundProfile.ToString());
37
38
0 commit comments