You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Clarence Donath <cl...@3ds.com> on 2007/08/03 17:49:47 UTC

Verbose not working?

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.