This commit is contained in:
@@ -505,6 +505,10 @@ namespace AyaNova.Core
|
||||
{
|
||||
await InstallAsync(keyText, ParsedKey, apiServerState, ct, log);
|
||||
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 $"E1020 - Error fetching license key: No key was returned";
|
||||
|
||||
Reference in New Issue
Block a user