Actions for Stopped Tasks
A stopped task will not be run until it is released and its status is returned to pending. A stopped task is signified by a red x through a yellow warning sign. The following actions are available for stopped tasks:
|
|
Button
|
Description
|
|---|---|---|
|
|
Resubmit
|
Allows you to resubmit the stopped task.
|
|
|
Remove
|
Removes the current indexing task from the list of indexing tasks.
|
Actions for Pending Tasks
A pending task is one that has been submitted, but not yet started running. It is signified by an hour glass icon.The following action is available for pending tasks:
|
|
Button
|
Description
|
|---|---|---|
|
|
Remove
|
Removes the current indexing task from the list of indexing tasks.
|
Specifying Logging Level
The indexing log normally displays status, error, and warning messages. If this does not provide sufficient information for you, you can increase the output by specifying the level you want in the inetsrch.ini file. Specify the following in the [UniversalSpider] section of the inetsrch.ini file:
[...]
verbose, debug, or trace. Separate the values with spaces or commas. For example:
- [Universal Spider]
- LogLevel = verbose debug
verbose alone provides the smallest amount of additional output. Specifying all three provides the greatest amount of additional output.