Hi Lalit, Under zookeeper, if you want to change a cluster's global parameters, you need to install them into zookeeper. Set the properties in properties-global.xml, and run the setglobalproperties script to set them in zookeeper. Then, restart the appropriate cluster members.
Karl On Wed, Sep 10, 2014 at 12:40 PM, lalit jangra <[email protected]> wrote: > Hi, > > I am trying MCF 1.7 with zookeepr and updated CMIS connector with custom > loggers in CMISRepository.java class. > > To enable logging , i updated properties.xml under > \dist\multiprocess-zookeeper-example as below. > > <property name="org.apache.manifoldcf.connectors" value="DEBUG"/> > > <property name="org.apache.manifoldcf.ingest" value="DEBUG"/> > > <property name="org.apache.manifoldcf.threads" value="DEBUG"/> > > But i am not able to see any logs in manifoldcf.log file under > \dist\multiprocess-zookeeper-example\logs folder including OOTB logger > statements by MCF itself. I assume there is no change in logging from 1.5 > to 1.7. Do i need to update anything else also? > > Please suggest. > > -- > Regards, > Lalit. >
