This commit is contained in:
2020-06-15 15:05:48 +00:00
parent e7b5e1a388
commit e58a59f730
2 changed files with 30 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ namespace AyaNova.Biz
//I'm thinking do not log internally failed except as trace event as this would fill up log file
//instead if they have a license issue they can do manual fetch and then that will log so they can see error
//(also it will return an error to the client)
log.LogTrace($"FetchLicense - failed: {ret}");
log.LogDebug($"FetchLicense - failed: {ret}");
}
}
finally