licensing system change, all internal active, no more scheduleable resources / tech licensing
This commit is contained in:
@@ -685,7 +685,7 @@ namespace AyaNova
|
||||
|
||||
//Log the active user counts so it's in the log record
|
||||
//I'm doing all three even though some not relevant in certain scenarios in case of user switching between subscription/perpetual as another source of information
|
||||
_newLog.LogInformation($"Active tech Users - {UserBiz.ActiveTechUserCountAsync().Result}");
|
||||
//_newLog.LogInformation($"Active tech Users - {UserBiz.ActiveTechUserCountAsync().Result}");
|
||||
_newLog.LogInformation($"Active Customer contact Users - {UserBiz.ActiveCustomerContactUserCountAsync().Result}");
|
||||
_newLog.LogInformation($"Active internal staff Users - {UserBiz.ActiveInternalUserCountAsync().Result}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user