Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
5.3.0
-
None
-
Flagged
-
Turing Team 183
Description
A client on 11.2 has a lot of menu item warnings but it is unclear on which ones.
Let's have more information in these WARNs in org.hippoecm.hst.core.sitemenu.AbstractMenuItem#resolveToSiteMapItem() so we know directly what menu item it concerns.
log.warn("Cannot resolve to sitemap item because HstLink is null or empty. Return null"); log.warn("Cannot resolve to sitemap item because '{}'. Return null.", e.getMessage());
Also investigate if more logging improvements are possible in this area.