mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 17:00:25 +00:00
21 lines
603 B
Text
21 lines
603 B
Text
# Options
|
|
|
|
## GUI options
|
|
The most common check options are configurable.
|
|
They override any configuration file settings.
|
|
|
|
### Recursive depth
|
|
Check recursively all links up to given depth.
|
|
A negative depth will enable infinite recursion.
|
|
|
|
### Verbose output
|
|
Log all checked URLs once. Default is to log only errors and warnings.
|
|
|
|
### Debug
|
|
Log debugging output for each check.
|
|
It can be displayed with Help->Show Debug
|
|
|
|
## Configuration files
|
|
The configuration files can be edited with an integrated text editor.
|
|
Note that changes to the configuration files require a restart of
|
|
the GUI to take effect.
|