update configuration.rst

- fix default values for 'log' and 'unsupportedfile'

[ci skip]
This commit is contained in:
Mike Fährmann
2018-05-27 17:08:22 +02:00
parent dacda69c9e
commit c43f02245f

View File

@@ -734,8 +734,8 @@ output.log
----------
=========== =====
Type |Logging Configuration|_ or ``string``
Default ``null``
Description Configuration for the standard logging to stderr.
Default ``"[{name}][{levelname}] {message}"``
Description Configuration for standard logging output to stderr.
If this is a simple ``string``, it specifies
the format string for logging messages.
@@ -757,6 +757,8 @@ output.unsupportedfile
Type |Logging Configuration|_ or |Path|_
Default ``null``
Description File to write external URLs unsupported by *gallery-dl* to.
The default format string here is ``"{message}"``.
=========== =====