Hello,

fetcher.verbose and http.verbose don't seem to be working with v0.9.

Adding the following to my nutch-site.xml does not produce any HTTP
query/response output in logs/hadoop.log

There is no 'diff' in the log files between two runs with these verbose
properties set true and false.

<property>
  <name>fetcher.verbose</name>
  <value>true</value>
  <description>If true, fetcher will log more verbosely.</description>
</property>

<property>
  <name>http.verbose</name>
  <value>true</value>
  <description>If true, HTTP will log more verbosely.</description>
</property>


Thank you.

Reply via email to