Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.2.1
-
None
Description
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.