Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Simply add the properties in $MCF_HOME/mcf_home/properties-global.xml that you want to add to extend the original manifoldcf.log file :

Code Block
nano /opt/datafari/mcf/mcf_home/properties-global.xml


Code Block
<property name="org.apache.manifoldcf.connectors" value="DEBUG"/>

...

Code Block
nano /opt/datafari/tomcat-mcf/conf/log4j2.properties.xml

Then change the level of the ManifoldCF logger : info to debug :

...