-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 11.1
-
Component/s: Actions & Filters
-
Team:AT
-
Sprint:nxAT Sprint 8.2.3, nxAT Sprint 8.4.2, nxAT Sprint 8.10.2, nxAT Sprint 9.1.1, nxAT Sprint 9.1.2
-
Story Points:2
We have a widget, at nuxeo.war/synonyms-view/synonyms.xhtml.
And an XML extension the references it:
<component name="org.nuxero.es.synonyms.actions.contrib"> <extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService"> <action id="SynonymsConfigurationManager" label="Synonyms" link="/synonyms-view/synonyms.xhtml" order="50"> <category>ElasticSearch_sub_tab</category> <filter-id>not_readonly</filter-id> <properties> <property name="ajaxSupport">false</property> </properties> </action> </extension> </component>
once deployed, every time you click "Elasticsearch" tab in the Admin Center, or any time you click a sub tab of "Elasticsearch", the log outputs hundreds of lines (212 I think), the same line:
2016-03-17 14:16:18,164 WARN [http-bio-0.0.0.0-8080-exec-23] [org.nuxeo.ecm.platform.actions.ActionRegistry] Applied compatibility to action 'SynonymsConfigurationManager', its configuration should be reviewed: make sure the link references an absolute path
2, 3, maybe 10 lines should be enough maybe? The goal here is to avoid filling the log with useless info. I am not worried that much about disk space, but still.