This commit is contained in:
@@ -505,6 +505,10 @@ namespace AyaNova.Core
|
|||||||
{
|
{
|
||||||
await InstallAsync(keyText, ParsedKey, apiServerState, ct, log);
|
await InstallAsync(keyText, ParsedKey, apiServerState, ct, log);
|
||||||
log.LogInformation($"Installed new license key {ParsedKey.Id}");
|
log.LogInformation($"Installed new license key {ParsedKey.Id}");
|
||||||
|
//Log the license info so it's on the record
|
||||||
|
log.LogInformation($"License - new key installed [{AyaNova.Core.License.LicenseInfoLogFormat}]");
|
||||||
|
|
||||||
|
|
||||||
return "ok";
|
return "ok";
|
||||||
}
|
}
|
||||||
return $"E1020 - Error fetching license key: No key was returned";
|
return $"E1020 - Error fetching license key: No key was returned";
|
||||||
|
|||||||
Reference in New Issue
Block a user