Merge pull request #8392 from YevhenBondarenko/develop/3.5
added log to TenantActor for investigation
This commit is contained in:
commit
c5845930d4
@ -96,6 +96,7 @@ public class TenantActor extends RuleChainManagerActor {
|
|||||||
log.info("[{}] Skip init of the rule chains due to API limits", tenantId);
|
log.info("[{}] Skip init of the rule chains due to API limits", tenantId);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.info("Failed to check ApiUsage \"ReExecEnabled\"!!!", e);
|
||||||
cantFindTenant = true;
|
cantFindTenant = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user