[license] Add log

Add license connections and users limit error to log
Add license warning limit percents to config and log
This commit is contained in:
Alexander.Trofimov
2018-05-25 18:43:25 +03:00
parent 36f116fe99
commit 41c93cbbcc
7 changed files with 23 additions and 6 deletions

View File

@ -127,7 +127,7 @@ exports.readLicense = function*() {
}
if (res.type === c_LR.Expired || res.type === c_LR.ExpiredTrial) {
res.count = 1;
logger.error('License Expired!!!');
logger.error('License: License Expired!!!');
}
if (checkFile) {