hanicz commented on code in PR #1053: URL: https://github.com/apache/knox/pull/1053#discussion_r2129047829
########## gateway-provider-security-shiro/src/main/java/org/apache/knox/gateway/ShiroMessages.java: ########## @@ -44,4 +44,7 @@ public interface ShiroMessages { @Message( level = MessageLevel.WARN, text = "There was an error closing the CacheManager, reason: {0}" ) void errorClosingManagedCacheManager(@StackTrace(level=MessageLevel.WARN) Exception e); + + @Message( level = MessageLevel.WARN, text = "Unable to create Ehcache manager, changing persistence dir, reason: {0}" ) Review Comment: Yes that makes more sense. I changed the log message. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org