mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[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:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user