-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.2.1
-
Fix Version/s: 1.3.0
-
Component/s: Authorization (access control)
-
Labels:None
The org.apache.shiro.realm.AuthorizingRealm contains the following:
log.info("No cache or cacheManager properties have been set. Authorization cache cannot " +
"be obtained.");
When running without a cache manager, this spams the log files when running at INFO level. This should either:
1) Be logged at DEBUG level, or
2) Be logged only once at INFO level.