This commit is contained in:
2020-06-15 13:31:26 +00:00
parent 25217f18c9
commit 79d9d59ade

View File

@@ -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";