In ConfigSolrXml#fillPropMap of branch_4x I see

propMap.put(CfgProp.SOLR_LOGGING_WATCHER_THRESHOLD, doSub("solr/logging/watcher/int[@name='threshold']"));

The threshold is supposed to be a keyword like "INFO" (logging level), not a number, so "int" should be "str", I think:

propMap.put(CfgProp.SOLR_LOGGING_WATCHER_THRESHOLD, doSub("solr/logging/watcher/str[@name='threshold']"));

I don't know if that actually changes anything though since the property value will always be a string.

-- Jack Krupansky

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to