implement -e/--error-file as a logging handler

similar to --write-unsupported
This commit is contained in:
Mike Fährmann
2023-12-10 00:00:57 +01:00
parent ac22bbe80c
commit 75697dfb26
4 changed files with 26 additions and 33 deletions

View File

@@ -4422,14 +4422,17 @@ Description
output.errorfile
----------------
Type
|Path|_
* |Path|_
* |Logging Configuration|_
Description
File to write input URLs which returned an error to.
The default format string here is also ``"{message}"``.
When combined with
``-I``/``--input-file-comment`` or
``-x``/``--input-file-delete``,
this option will cause all input URLs from these files
this option will cause *all* input URLs from these files
to be commented/deleted after processing them
and not just successful ones.